Skip to content

Commit f0d8646

Browse files
authored
Merge pull request #19 from MobileTeleSystems/feature/net9
.NET9
2 parents 18fc1ac + 45e842e commit f0d8646

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v4
3333
with:
34-
dotnet-version: 8.0.x
34+
dotnet-version: 9.0.x
3535

3636
- name: Install GitVersion
3737
uses: gittools/actions/gitversion/[email protected]
3838
with:
39-
versionSpec: '6.x'
39+
versionSpec: '6.0.5'
4040

4141
- name: Determine Version
4242
run: |

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- name: Setup .NET
3636
uses: actions/setup-dotnet@v4
3737
with:
38-
dotnet-version: 8.0.x
38+
dotnet-version: 9.0.x
3939

4040
- name: Install GitVersion
4141
uses: gittools/actions/gitversion/[email protected]
4242
with:
43-
versionSpec: '6.x'
43+
versionSpec: '6.0.5'
4444

4545
- name: Determine Version
4646
run: |

src/ApiCodeGenerator.MSBuild/ApiCodeGenerator.MSBuild.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net7.0;net8.0;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net9.0;net8.0;netstandard2.0</TargetFrameworks>
44
<IsPackable>true</IsPackable>
55
<Nullable>enable</Nullable>
66
<!--Параметры пакета в Directory.Build.targets-->

0 commit comments

Comments
 (0)