[C#] Switch to `dotnet` for releases
[ldk-java] / c_sharp / csharpldk.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>net6.0</TargetFramework>
5     <ImplicitUsings>enable</ImplicitUsings>
6     <Nullable>enable</Nullable>
7     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8     <Deterministic>true</Deterministic>
9     <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
10     <DefaultItemExcludes>$(DefaultItemExcludes);test\**\*</DefaultItemExcludes>
11   </PropertyGroup>
12
13 </Project>