Bump target frameworks on peripheral projects

This commit is contained in:
Tyrrrz
2020-11-10 23:44:51 +02:00
parent 39d626c8d8
commit 8c682766bd
5 changed files with 5 additions and 5 deletions

View File

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