File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
test/Soenneker.Utils.BackgroundQueue.Tests Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : build-and-test
1+ name : build-and-test
22on :
33 # Testing - run for any PRs.
44 pull_request :
1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v5
2020 with :
21- dotnet-version : 9 .0.x
21+ dotnet-version : 10 .0.x
2222
2323 - name : Install dependencies with retry
2424 run : |
Original file line number Diff line number Diff line change 1- name : publish-package
1+ name : publish-package
22on :
33 push :
44 branches :
@@ -20,12 +20,12 @@ jobs:
2020 - name : Setting up build version
2121 run : |
2222 version=$(($GITHUB_RUN_NUMBER))
23- echo "BUILD_VERSION=3 .0.$version" >> ${GITHUB_ENV}
23+ echo "BUILD_VERSION=4 .0.$version" >> ${GITHUB_ENV}
2424
2525 - name : Setup .NET
2626 uses : actions/setup-dotnet@v5
2727 with :
28- dotnet-version : 9 .0.x
28+ dotnet-version : 10 .0.x
2929
3030 - name : Install dependencies with retry
3131 run : |
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?><Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net9 .0</TargetFrameworks >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <Platforms >AnyCPU</Platforms >
77 <NoWarn >$(NoWarn);1591</NoWarn >
88 </PropertyGroup >
99
1010 <PropertyGroup >
1111 <Description >A high-performance background Task/ValueTask queue</Description >
12- <Version Condition =" '$(BUILD_VERSION)' == ''" >3 .0.0</Version >
12+ <Version Condition =" '$(BUILD_VERSION)' == ''" >4 .0.0</Version >
1313 <Version Condition =" '$(BUILD_VERSION)' != ''" >$(BUILD_VERSION)</Version >
1414 <AssemblyName >Soenneker.Utils.BackgroundQueue</AssemblyName >
1515 <PackageId >Soenneker.Utils.BackgroundQueue</PackageId >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments