Browse Source

Update netcoreapp3.1 to netcoreapp5.0

master
Abheek Dhawan 3 years ago
parent
commit
7c73971c7f
  1. 2
      UsmToolkit/UsmToolkit.csproj

2
UsmToolkit/UsmToolkit.csproj

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp5.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save