File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
test/Soenneker.Extensions.Long.Tests Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
18
- - name : Setup .NET 8 .0
18
+ - name : Setup .NET 9 .0
19
19
uses : actions/setup-dotnet@v4
20
20
with :
21
- dotnet-version : 8 .0.x
21
+ dotnet-version : 9 .0.x
22
22
23
23
- name : Install dependencies with retry
24
24
run : |
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
- name : Setting up build version
21
21
run : |
22
22
version=$(($GITHUB_RUN_NUMBER))
23
- echo "BUILD_VERSION=2.1 .$version" >> ${GITHUB_ENV}
23
+ echo "BUILD_VERSION=3.0 .$version" >> ${GITHUB_ENV}
24
24
25
25
- name : Setup .NET Core 8.0
26
26
uses : actions/setup-dotnet@v4
27
27
with :
28
- dotnet-version : 8 .0.x
28
+ dotnet-version : 9 .0.x
29
29
30
30
- name : Install dependencies with retry
31
31
run : |
Original file line number Diff line number Diff line change 9
9
10
10
<PropertyGroup >
11
11
<Description >A collection of helpful Long (64 bit integer) extension methods</Description >
12
- <Version Condition =" '$(BUILD_VERSION)' == ''" >2.1 .0</Version >
12
+ <Version Condition =" '$(BUILD_VERSION)' == ''" >3.0 .0</Version >
13
13
<Version Condition =" '$(BUILD_VERSION)' != ''" >$(BUILD_VERSION)</Version >
14
14
<AssemblyName >Soenneker.Extensions.Long</AssemblyName >
15
15
<PackageId >Soenneker.Extensions.Long</PackageId >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments