File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 workflow_dispatch :
1313
1414env :
15- DOTNET_VERSION : ' 8 .0.x'
15+ DOTNET_VERSION : ' 9 .0.x'
1616 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
1717 DOTNET_NOLOGO : true
1818 DOTNET_CONFIGURATION : ' Release'
1919 NuGetDirectory : ${{ github.workspace }}/nuget
2020 SolutionFile : ' Datasync Solution.sln'
21- BASE_VERSION : ' 8 .0.0'
21+ BASE_VERSION : ' 9 .0.0'
2222
2323permissions :
2424 pull-requests : write
Original file line number Diff line number Diff line change 1212 workflow_dispatch :
1313
1414env :
15- DOTNET_VERSION : ' 8 .0.x'
15+ DOTNET_VERSION : ' 9 .0.x'
1616 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
1717 DOTNET_NOLOGO : true
1818 DOTNET_CONFIGURATION : ' Release'
1919 NuGetDirectory : ${{ github.workspace }}/nuget
2020 SolutionFile : ' Datasync Solution.sln'
21- BASE_VERSION : ' 8 .0.0'
21+ BASE_VERSION : ' 9 .0.0'
2222
2323permissions :
2424 pull-requests : write
You can’t perform that action at this time.
0 commit comments