Browse Source

Upgrade .NET Core version used in builds

pull/72/head
Anairkoen Schno 2 years ago
parent
commit
e85cd0752e
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
3 changed files with 6 additions and 2 deletions
  1. +1
    -1
      .github/workflows/build.yml
  2. +1
    -1
      .github/workflows/docs.yml
  3. +4
    -0
      Common.props

+ 1
- 1
.github/workflows/build.yml View File

@ -33,7 +33,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
# As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json
dotnet-version: "3.1.404" # since we now use this
dotnet-version: "3.1.409" # since we now use this
- name: Clear Nuget Cache
run: dotnet nuget locals all --clear
- name: Restore


+ 1
- 1
.github/workflows/docs.yml View File

@ -30,7 +30,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
# As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json
dotnet-version: "3.1.404" # since we now use this
dotnet-version: "3.1.409" # since we now use this
- name: Clear Nuget Cache
run: dotnet nuget locals all --clear
- name: Nuget Restore


+ 4
- 0
Common.props View File

@ -11,5 +11,9 @@
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<AnalysisLevel>latest</AnalysisLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
</ItemGroup>
</Project>

Loading…
Cancel
Save