TheAiCollectiveART commited on
Commit
6fd9ac1
·
verified ·
1 Parent(s): c854fbc

Rescue file from 10_Multi_Language_Runtimes/zymatica-inference-engine-inventory/zymatica-inference-engine-csharp/proof.csproj

Browse files
11_Multi_Language_Runtimes_Yang/zymatica-inference-engine-inventory/zymatica-inference-engine-csharp/proof.csproj CHANGED
@@ -1,9 +1,8 @@
1
- <Project Sdk="Microsoft.NET.Sdk">
2
- <PropertyGroup>
3
- <OutputType>Exe</OutputType>
4
- <TargetFramework>net8.0</TargetFramework>
5
- <ImplicitUsings>disable</ImplicitUsings>
6
- <Nullable>disable</Nullable>
7
- <AssemblyName>proof</AssemblyName>
8
- </PropertyGroup>
9
- </Project>
 
1
+ <Project Sdk="Microsoft.NET.Sdk">
2
+ <PropertyGroup>
3
+ <OutputType>Exe</OutputType>
4
+ <TargetFramework>net8.0</TargetFramework>
5
+ <ImplicitUsings>enable</ImplicitUsings>
6
+ <Nullable>enable</Nullable>
7
+ </PropertyGroup>
8
+ </Project>