* AppVeyor fixes

* Test

* Revert "Test"

This reverts commit 5700ad66a8.

* Revert "AppVeyor fixes"

This reverts commit d15777dea4.

* Try something else
This commit is contained in:
Łukasz Domeradzki
2018-07-10 10:20:53 +02:00
committed by GitHub
parent 84331b8c7b
commit a4cd7d47c5
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/JustArchi/ArchiSteamFarm.git</RepositoryUrl>
<TargetFrameworks>netcoreapp2.1;netcoreapp2.0;net472</TargetFrameworks>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">

View File

@@ -22,6 +22,7 @@
<RuntimeIdentifiers>linux-arm;linux-x64;osx-x64;win-x64</RuntimeIdentifiers>
<ServerGarbageCollection>false</ServerGarbageCollection>
<TargetFrameworks>netcoreapp2.1;netcoreapp2.0;net472</TargetFrameworks>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">