File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
generator/modules/csharp-netcore Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - uses : actions/checkout@v1
17- - uses : actions/setup-dotnet@v1
17+ - uses : actions/setup-dotnet@v4
18+ with :
19+ dotnet-version : ' 10.0.x'
1820
1921 - name : Setup NuGet
2022 run : dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
Original file line number Diff line number Diff line change 1818 <RootNamespace >{ {testPackageName} }</RootNamespace >
1919 <AssemblyName >{ {testPackageName} }</AssemblyName >
2020 <!-- By Microsoft design, test project can only be netcoreapp2.0 (even if main project is .netstandard -->
21- <TargetFramework >net8 .0</TargetFramework >
21+ <TargetFramework >net10 .0</TargetFramework >
2222 <IsPackable >false</IsPackable >
2323 <FileAlignment >512</FileAlignment >
2424 </PropertyGroup >
Original file line number Diff line number Diff line change 1414 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1515 <GenerateBindingRedirectsOutputType >true</GenerateBindingRedirectsOutputType >
1616 <RootNamespace >{ {testPackageName} }</RootNamespace >
17- <TargetFramework >net8 .0</TargetFramework >
17+ <TargetFramework >net10 .0</TargetFramework >
1818 <IsPackable >false</IsPackable >
1919 </PropertyGroup >
2020
You can’t perform that action at this time.
0 commit comments