mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add RuntimeIdentifier for AppVeyor
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFrameworks>net462;netcoreapp2.1</TargetFrameworks>
|
<TargetFrameworks>net462;netcoreapp2.1</TargetFrameworks>
|
||||||
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
||||||
<Configurations>Debug;Release;Mono</Configurations>
|
<Configurations>Debug;Release;Mono</Configurations>
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
|
||||||
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
||||||
<Configurations>Debug;Release;Mono</Configurations>
|
<Configurations>Debug;Release;Mono</Configurations>
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFrameworks>net462;netcoreapp2.1</TargetFrameworks>
|
<TargetFrameworks>net462;netcoreapp2.1</TargetFrameworks>
|
||||||
|
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
|
||||||
<Configurations>Debug;Release;Mono</Configurations>
|
<Configurations>Debug;Release;Mono</Configurations>
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user