diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 1c71cb1c..1635986d 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v2 diff --git a/BitFaster.Caching/BitFaster.Caching.csproj b/BitFaster.Caching/BitFaster.Caching.csproj index dc82693e..b838e1f3 100644 --- a/BitFaster.Caching/BitFaster.Caching.csproj +++ b/BitFaster.Caching/BitFaster.Caching.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net472;net48;netstandard2.0;netcoreapp2.0;netcoreapp3.0;netcoreapp3.1 Alex Peck BitFaster.Caching