Skip to content

Commit

Permalink
update to net5
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Jun 23, 2021
1 parent 1de6bb6 commit 88e13b2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions test/Core.Tests/Core.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<TargetFrameworks>net5.0;</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1"/>
<PackageReference Include="xunit" Version="2.4.1"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2"/>
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Core\Gridify.csproj"/>
<ProjectReference Include="..\..\src\Core\Gridify.csproj" />
</ItemGroup>

</Project>

0 comments on commit 88e13b2

Please sign in to comment.