Migrated cuipod to .net 5.0
This commit is contained in:
parent
68dda5b2c6
commit
b874921d4e
2
.gitignore
vendored
2
.gitignore
vendored
@ -350,3 +350,5 @@ MigrationBackup/
|
||||
.ionide/
|
||||
|
||||
CuipodExample/Properties/launchSettings.json
|
||||
|
||||
.vscode/
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user