Files
gpw_next/GPW.CORE.Test/GPW.CORE.Test.csproj
T
2023-01-09 18:10:46 +01:00

22 lines
461 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GPW.CORE.Comp\GPW.CORE.Comp.csproj" />
</ItemGroup>
</Project>