Skip to content

Commit

Permalink
Updated to .NET 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelsellers committed Feb 8, 2021
1 parent 137cec3 commit edf4ec3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>ICG.NetCore.Utilities.UnitTesting</PackageId>
<Title>NetCore Utilities UnitTesting</Title>
<Description>A collection of utilities designed to impove the creation process of UnitTesting for .NET Core and ASP.NET Core applications.</Description>
<Copyright>Copyright 2019, IowaComputerGurus, Subject to the MIT License</Copyright>
<Copyright>Copyright 2021, IowaComputerGurus, Subject to the MIT License</Copyright>
<PackageProjectUrl>https://github.com/IowaComputerGurus/netcore.utilities.unittesting</PackageProjectUrl>
<PackageTags>aspnetcore;utility;unit-testing</PackageTags>
<RepositoryUrl>https://github.com/IowaComputerGurus/netcore.utilities.unittesting</RepositoryUrl>
Expand All @@ -16,13 +16,13 @@
<PackageIconUrl>https://raw.githubusercontent.com/IowaComputerGurus/netcore.utilities.unittesting/master/icgAppIcon.png</PackageIconUrl>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>ICG.NetCore.Utilities.UnitTesting</RootNamespace>
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0" />
<PackageReference Include="Xunit" Version="2.4.1" />
</ItemGroup>

Expand Down

0 comments on commit edf4ec3

Please sign in to comment.