File tree Expand file tree Collapse file tree 9 files changed +16
-17
lines changed
Expand file tree Collapse file tree 9 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "gitversion.tool" : {
6- "version" : " 5.7.0 " ,
6+ "version" : " 5.8.2 " ,
77 "commands" : [
88 " dotnet-gitversion"
99 ]
1010 }
1111 }
12- }
12+ }
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net5 .0</TargetFramework >
5+ <TargetFramework >net6 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <PackageReference Include =" Bullseye" Version =" 3.8.0" />
1010 <PackageReference Include =" SimpleExec" Version =" 8.0.0" />
11- <PackageReference Include =" System.Text.Json" Version =" 5 .0.2" />
11+ <PackageReference Include =" System.Text.Json" Version =" 6 .0.2" />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5-
65 <PackageType >Template</PackageType >
76 <IncludeContentInPack >true</IncludeContentInPack >
87 <IncludeBuildOutput >false</IncludeBuildOutput >
Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "gitversion.tool" : {
6- "version" : " 5.7.0 " ,
6+ "version" : " 5.8.2 " ,
77 "commands" : [
88 " dotnet-gitversion"
99 ]
1010 }
1111 }
12- }
12+ }
Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 name : build
15- runs-on : ubuntu -latest
15+ runs-on : windows -latest
1616
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v2
2020 - name : Fetch all tags and branches
2121 run : git fetch --prune --unshallow
2222 - name : Build
23- run : ./build.sh
23+ run : ./build.ps1
2424 - name : Upload artifacts
2525 uses : actions/upload-artifact@v2
2626 with :
Original file line number Diff line number Diff line change 1010jobs :
1111 publish :
1212 name : publish
13- runs-on : ubuntu -latest
13+ runs-on : windows -latest
1414
1515 steps :
1616 - name : Checkout
2020 - name : Deploy
2121 env :
2222 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
23- run : ./build.sh publish
23+ run : ./build.ps1 publish
2424 - name : Upload artifacts
2525 uses : actions/upload-artifact@v2
2626 with :
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net5 .0</TargetFramework >
5+ <TargetFramework >net6 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <PackageReference Include =" Bullseye" Version =" 3.8.0" />
1010 <PackageReference Include =" SimpleExec" Version =" 8.0.0" />
11- <PackageReference Include =" System.Text.Json" Version =" 5 .0.2" />
11+ <PackageReference Include =" System.Text.Json" Version =" 6 .0.2" />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFrameworks >net462;net6 .0</TargetFrameworks >
55 <LangVersion >latest</LangVersion >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1 .0" />
1111 <PackageReference Include =" xunit" Version =" 2.4.1" />
1212 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
1313 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Version >1.0.0</Version >
5- <TargetFrameworks >netstandard2.0;net5 .0</TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;netstandard2.1;net462;net6 .0</TargetFrameworks >
66 <LangVersion >latest</LangVersion >
77 <Nullable >enable</Nullable >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Roslynator.Analyzers" Version =" 3.2 .2" >
21+ <PackageReference Include =" Roslynator.Analyzers" Version =" 4.0 .2" >
2222 <PrivateAssets >all</PrivateAssets >
2323 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2424 </PackageReference >
You can’t perform that action at this time.
0 commit comments