consume dotnet core 3.1 in runner. (#213)

This commit is contained in:
Tingluo Huang
2019-12-18 15:09:03 -05:00
committed by GitHub
parent 70a09bc5ac
commit 80b6038cdc
10 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Library</OutputType>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64</RuntimeIdentifiers>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>