File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,12 @@ install:
1616 if ($isWindows) {
1717 ./dotnet-install.ps1 -JsonFile global.json
1818 ./dotnet-install.ps1 -Runtime dotnet -Version 6.0.12 -SkipNonVersionedFiles
19- ./dotnet-install.ps1 -Runtime dotnet -Version 3.1.22 -SkipNonVersionedFiles
2019 }
2120 - sh : |
2221 curl -OsSL https://dot.net/v1/dotnet-install.sh
2322 chmod +x dotnet-install.sh
2423 ./dotnet-install.sh --jsonfile global.json
2524 ./dotnet-install.sh --runtime dotnet --version 6.0.12 --skip-non-versioned-files
26- ./dotnet-install.sh --runtime dotnet --version 3.1.22 --skip-non-versioned-files
2725 export PATH="$HOME/.dotnet:$PATH"
2826before_build :
2927- dotnet --info
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net7.0;net6.0;netcoreapp3.1; net47</TargetFrameworks >
4+ <TargetFrameworks >net7.0;net6.0;net47</TargetFrameworks >
55 <AssemblyOriginatorKeyFile >..\..\src\DocoptNet\DocoptNet.snk</AssemblyOriginatorKeyFile >
66 <SignAssembly >true</SignAssembly >
77 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
88 <IsPackable >false</IsPackable >
99 </PropertyGroup >
1010
11- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == ' net47'" >
11+ <ItemGroup Condition =" '$(TargetFramework)' == 'net47'" >
1212 <Compile Remove =" CodeGeneration\*.cs" />
1313 <None Remove =" CodeGeneration\*.cs" />
1414 </ItemGroup >
You can’t perform that action at this time.
0 commit comments