mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
consume dotnet core 3.0 (#127)
* consume dotnet core 3.0 * update linux dependency doc.
This commit is contained in:
committed by
Thomas Boop
parent
83be145bfd
commit
afd233b735
@@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-arm;rhel.6-x64;osx-x64</RuntimeIdentifiers>
|
||||
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
||||
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
|
||||
|
||||
Reference in New Issue
Block a user