File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/ApiCodeGenerator.MSBuild Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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-->
You can’t perform that action at this time.
0 commit comments