diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd6da90..7b9db42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: ${{ matrix.dotnet.version }} + dotnet-version: ${{ matrix.dotnet.version }} - name: Run tests run: | diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a6d0209..01a80ca 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -25,7 +25,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: ${{ matrix.dotnet.version }} + dotnet-version: ${{ matrix.dotnet.version }} - name: Run tests run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5f9cb1..dcb113b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: ${{ matrix.dotnet.version }} + dotnet-version: ${{ matrix.dotnet.version }} - name: Run tests run: | diff --git a/src/Dodo.HttpClient.ResiliencePolicies.Tests/Dodo.HttpClient.ResiliencePolicies.Tests.csproj b/src/Dodo.HttpClient.ResiliencePolicies.Tests/Dodo.HttpClient.ResiliencePolicies.Tests.csproj index 567c048..2749635 100644 --- a/src/Dodo.HttpClient.ResiliencePolicies.Tests/Dodo.HttpClient.ResiliencePolicies.Tests.csproj +++ b/src/Dodo.HttpClient.ResiliencePolicies.Tests/Dodo.HttpClient.ResiliencePolicies.Tests.csproj @@ -10,8 +10,6 @@ - - diff --git a/src/Dodo.HttpClient.ResiliencePolicies/Dodo.HttpClient.ResiliencePolicies.csproj b/src/Dodo.HttpClient.ResiliencePolicies/Dodo.HttpClient.ResiliencePolicies.csproj index 231d342..138a333 100644 --- a/src/Dodo.HttpClient.ResiliencePolicies/Dodo.HttpClient.ResiliencePolicies.csproj +++ b/src/Dodo.HttpClient.ResiliencePolicies/Dodo.HttpClient.ResiliencePolicies.csproj @@ -3,18 +3,35 @@ netstandard2.0;netcoreapp3.1;net5.0 netstandard2.0 8.0 - 2.0.0 + 2.0.1 Dodo.HttpClient.ResiliencePolicies Dodo.HttpClientResiliencePolicies true + + + + + + + + + + + + + + + + + + - - + \ @@ -32,6 +49,7 @@ README.md + Dodo.HttpClient.ResiliencePolicies Dodo.HttpClient.ResiliencePolicies