Fixed build DLLs

This commit is contained in:
Miha Kralj
2023-04-02 17:47:14 -07:00
parent c24bf377f5
commit d02fa3a5ec
6 changed files with 35 additions and 37 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>