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 98
98
run : |
99
99
dotnet pack src/bunit/ -c Release --property:PackageOutputPath=${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
100
100
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
102
101
dotnet pack src/bunit.web.query/ -c Release --property:PackageOutputPath=${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
103
102
104
103
- name : 🛠️ Upload library to NuGet.org repository
Original file line number Diff line number Diff line change 26
26
<PackageVersion Include =" Nerdbank.GitVersioning" Version =" 3.7.115" />
27
27
</ItemGroup >
28
28
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
-
34
29
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
35
30
<PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.1" />
36
31
<PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.3" />
106
101
</ItemGroup >
107
102
108
103
<ItemGroup Label =" Source Code Generators" >
109
- <PackageVersion Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
110
104
<PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" />
111
105
<PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12.0" />
112
106
<PackageVersion Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" 4.12.0" />
Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" System.Text.RegularExpressions" />
18
17
<PackageReference Include =" Verify.SourceGenerators" />
19
18
<PackageReference Include =" Verify.Xunit" />
20
19
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" />
You can’t perform that action at this time.
0 commit comments