Update to .NET Core 3.1 (and deps) (#25)

This commit is contained in:
Daniel J. Summers
2020-03-07 12:22:39 -06:00
parent ffc008e07a
commit cb8c2558e0
8 changed files with 26 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
@@ -15,7 +15,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="8.12.0" />
<PackageReference Include="Expecto" Version="8.13.1" />
<PackageReference Include="Expecto.VisualStudio.TestAdapter" Version="10.0.2" />
<PackageReference Include="NodaTime.Testing" Version="2.4.7" />
</ItemGroup>