File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
tests/bunit.generators.tests Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 9898 run : |
9999 dotnet pack src/bunit/ -c Release --property:PackageOutputPath=${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
100100 dotnet pack src/bunit.template/ -c Release --property:PackageOutputPath=${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
101- dotnet pack src/bunit.generators/ -c Release --property:PackageOutputPath=${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
102101 dotnet pack src/bunit.web.query/ -c Release --property:PackageOutputPath=${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
103102
104103 - name : 🛠️ Upload library to NuGet.org repository
Original file line number Diff line number Diff line change 2626 <PackageVersion Include =" Nerdbank.GitVersioning" Version =" 3.7.115" />
2727 </ItemGroup >
2828
29- <ItemGroup Label =" System.Text.Json Vulnerability" >
30- <!-- Due to a CVE in System.Text.Json we explicitly reference the latest version of System.Text.Json -->
31- <PackageVersion Include =" System.Text.Json" Version =" 9.0.5" />
32- </ItemGroup >
33-
3429 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
3530 <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.1" />
3631 <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.3" />
106101 </ItemGroup >
107102
108103 <ItemGroup Label =" Source Code Generators" >
109- <PackageVersion Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
110104 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" />
111105 <PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12.0" />
112106 <PackageVersion Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" 4.12.0" />
Original file line number Diff line number Diff line change 1414 </PropertyGroup >
1515
1616 <ItemGroup >
17- <PackageReference Include =" System.Text.RegularExpressions" />
1817 <PackageReference Include =" Verify.SourceGenerators" />
1918 <PackageReference Include =" Verify.Xunit" />
2019 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" />
You can’t perform that action at this time.
0 commit comments