Skip to content

Commit 01a9a7e

Browse files
authored
multi target (#56)
* multi target * run on windows * rem msbuild
1 parent 934d069 commit 01a9a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313

1414
steps:
1515
- uses: actions/checkout@v2

BitFaster.Caching/BitFaster.Caching.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFrameworks>net472;net48;netstandard2.0;netcoreapp2.0;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
55
<Authors>Alex Peck</Authors>
66
<Company />
77
<Product>BitFaster.Caching</Product>

0 commit comments

Comments
 (0)