mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Re-enable .NET 5.0 (nw)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
|
<TargetFrameworks>net48;netcoreapp3.1;net5.0</TargetFrameworks>
|
||||||
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
|
<TargetFrameworks>net48;netcoreapp3.1;net5.0</TargetFrameworks>
|
||||||
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
|
<TargetFrameworks>net48;netcoreapp3.1;net5.0</TargetFrameworks>
|
||||||
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
|
|||||||
Reference in New Issue
Block a user