From 6007fcaafcb3cbbab1dd127c02cc81750313e107 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Fri, 9 Apr 2021 11:44:13 +0200 Subject: [PATCH] Update to .NET SDK 5.0.202 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/docs.yaml | 2 +- .github/workflows/publish.yaml | 6 +++--- global.json | 2 +- src/Directory.Build.props | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d116ede..a190b23 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 5.0.202 - name: Build shell: bash @@ -63,7 +63,7 @@ jobs: - name: Setup dotnet 5.0.100 uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 5.0.202 - name: Integration Tests shell: bash diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index da9e941..8f2efd9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -24,7 +24,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 5.0.202 - name: Publish shell: bash diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8adfa0c..0f53f5c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -29,7 +29,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 5.0.202 - name: Build shell: bash @@ -72,7 +72,7 @@ jobs: - name: Setup dotnet 5.0.100 uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 5.0.202 - name: Build shell: bash @@ -103,7 +103,7 @@ jobs: - name: Setup dotnet 5.0.100 uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 5.0.202 - name: Publish shell: bash diff --git a/global.json b/global.json index edc20ab..7953fa6 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "projects": [ "src" ], "sdk": { - "version": "5.0.100", + "version": "5.0.202", "rollForward": "latestPatch" } } \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7f20f9e..d25235a 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -34,7 +34,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive