File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 uses : actions/setup-dotnet@v1
2323 with :
2424 dotnet-version : ' 3.1.x'
25- - name : Setup .NET Core 5 .0
25+ - name : Setup .NET Core 6 .0
2626 uses : actions/setup-dotnet@v1
2727 with :
28- dotnet-version : ' 5 .0.x'
28+ dotnet-version : ' 6 .0.x'
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v1
3131 with :
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 uses : actions/setup-dotnet@v1
2121 with :
2222 dotnet-version : ' 3.1.x'
23- - name : Setup .NET Core 5 .0
23+ - name : Setup .NET Core 6 .0
2424 uses : actions/setup-dotnet@v1
2525 with :
26- dotnet-version : ' 5 .0.x'
26+ dotnet-version : ' 6 .0.x'
2727 - name : Install dependencies
2828 run : dotnet restore
2929 - name : Build
@@ -48,10 +48,10 @@ jobs:
4848 uses : actions/setup-dotnet@v1
4949 with :
5050 dotnet-version : ' 3.1.x'
51- - name : Setup .NET Core 5 .0
51+ - name : Setup .NET Core 6 .0
5252 uses : actions/setup-dotnet@v1
5353 with :
54- dotnet-version : ' 5 .0.x'
54+ dotnet-version : ' 6 .0.x'
5555 - name : Pack NuGet
5656 uses : brandedoutcast/publish-nuget@v2.5.5
5757 with :
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 uses : actions/setup-dotnet@v1
1717 with :
1818 dotnet-version : ' 3.1.x'
19- - name : Setup .NET Core 5 .0
19+ - name : Setup .NET Core 6 .0
2020 uses : actions/setup-dotnet@v1
2121 with :
22- dotnet-version : ' 5 .0.x'
22+ dotnet-version : ' 6 .0.x'
2323 - name : SonarScanner for .NET Core with pull request decoration support
24- uses : highbyte/sonarscan-dotnet@2.0
24+ uses : highbyte/sonarscan-dotnet@v2.1.2
2525 with :
2626 sonarProjectKey : qatoolkit_qatoolkit-auth-net
2727 sonarProjectName : qatoolkit_qatoolkit-auth-net
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >0.2.7 </Version >
3+ <Version >0.2.8 </Version >
44 </PropertyGroup >
55</Project >
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020-2021 Miha Jakovac
3+ Copyright (c) 2020-2022 Miha Jakovac
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
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+ <TargetFramework >net6 .0</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
1111 <PrivateAssets >all</PrivateAssets >
1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1313 </PackageReference >
14- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5 .0.0" />
15- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 5 .0.0" />
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
17- <PackageReference Include =" NSubstitute" Version =" 4.2.2 " />
14+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6 .0.0" />
15+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6 .0.0" />
16+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
17+ <PackageReference Include =" NSubstitute" Version =" 4.3.0 " />
1818 <PackageReference Include =" xunit" Version =" 2.4.1" />
1919 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
2020 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net6 .0</TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <LangVersion >latest</LangVersion >
77 <ProjectGuid >120c5172-ddca-442c-bfab-2101519f6f2d</ProjectGuid >
1919 <PackageProjectUrl >https://github.com/qatoolkit/qatoolkit-auth-net</PackageProjectUrl >
2020 <PackageIcon >qatoolkit-64x64.png</PackageIcon >
2121 <RepositoryUrl >https://github.com/qatoolkit/qatoolkit-auth-net</RepositoryUrl >
22- <PackageTags >qatoolkit-auth-net;.net;c#;f#;dotnet;netstandard;net5 ;authentication;authorization</PackageTags >
22+ <PackageTags >qatoolkit-auth-net;.net;c#;f#;dotnet;netstandard;net6 ;authentication;authorization</PackageTags >
2323 <Configurations >Debug;Release</Configurations >
2424 </PropertyGroup >
2525
3636 <ItemGroup >
3737 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
3838 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
39- <PackageReference Include =" QAToolKit.Core" Version =" 0.3.9 " />
39+ <PackageReference Include =" QAToolKit.Core" Version =" 0.3.13 " />
4040 </ItemGroup >
4141</Project >
You can’t perform that action at this time.
0 commit comments