Upgrade External Module Template to NET5.0

This commit is contained in:
Jim Spillane
2020-11-10 21:02:51 -05:00
parent e34ffb716d
commit 82b16d28ff
3 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-rc.2.20475.5" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
<ItemGroup>