diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d116ede2..a190b231 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 da9e9416..8f2efd98 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 8adfa0cb..0f53f5c4 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 edc20ab0..7953fa6a 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 7f20f9e0..d25235ae 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -34,7 +34,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive