Skip to content

Commit

Permalink
Publishing a .net 6.0 specific version of the package (this should al…
Browse files Browse the repository at this point in the history
…so disable recycling collectors by default) (#73)

Co-authored-by: James Luck <james.luck@thetradedesk.com>
  • Loading branch information
djluck and djluck authored Oct 16, 2022
1 parent 463391b commit 4f04cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.100'
dotnet-version: '6.0.x'
- run: |
echo "Github ref is ${GITHUB_REF}"
arrTag=(${GITHUB_REF//\// })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</Description>
<PackageLicense>https://github.com/djluck/prometheus-net.DotNetRuntime/blob/master/LICENSE.txt</PackageLicense>
<Platforms>AnyCPU</Platforms>
<TargetFrameworks>net5.0;netcoreapp3.1;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;netcoreapp3.1;netstandard2.1</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1701;1702;CS1591;</NoWarn>
<Nullable>disable</Nullable>
Expand Down

0 comments on commit 4f04cfe

Please sign in to comment.