Skip to content

Commit 69138c5

Browse files
committed
fixes after merge
1 parent f2e0d6c commit 69138c5

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
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

Directory.Packages.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
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"/>
@@ -106,7 +101,6 @@
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"/>

tests/bunit.generators.tests/bunit.generators.tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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" />

0 commit comments

Comments
 (0)