File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
EFCore.PG.FunctionalTests Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11 <Project >
22 <PropertyGroup >
3- <EFCoreVersion >10.0.0-rc.2.25502.106 </EFCoreVersion >
4- <MicrosoftExtensionsVersion >10.0.0-rc.2.25502.106 </MicrosoftExtensionsVersion >
3+ <EFCoreVersion >10.0.0-rc.2.25502.107 </EFCoreVersion >
4+ <MicrosoftExtensionsVersion >10.0.0-rc.2.25502.107 </MicrosoftExtensionsVersion >
55 <NpgsqlVersion >10.0.0-rc.1</NpgsqlVersion >
66 </PropertyGroup >
77
3232 <PackageVersion Include =" xunit.core" Version =" 2.9.3" />
3333 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.3" />
3434 <PackageVersion Include =" GitHubActionsTestLogger" Version =" 2.4.1" />
35+
36+ <!-- Temporary workaround for https://github.com/advisories/GHSA-w3q9-fxm7-j8fq, remote for 10.0.0 GA -->
37+ <PackageVersion Include =" Microsoft.Build.Tasks.Core" Version =" 17.14.28" />
38+ <PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" 17.14.28" />
3539 </ItemGroup >
3640</Project >
Original file line number Diff line number Diff line change 1919 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" />
2020 <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" />
2121
22+ <!-- Temporary workaround for https://github.com/advisories/GHSA-w3q9-fxm7-j8fq, remote for 10.0.0 GA -->
23+ <PackageReference Include =" Microsoft.Build.Tasks.Core" />
24+ <PackageReference Include =" Microsoft.Build.Utilities.Core" />
25+
2226 <!-- Needed to override xunit dependencies from EFCore projects on versions which aren't available on nuget.org -->
2327 <PackageReference Include =" xunit.assert" />
2428 <PackageReference Include =" xunit.core" />
Original file line number Diff line number Diff line change 2020 <PackageReference Include =" Microsoft.Extensions.Logging" />
2121 <PackageReference Include =" Npgsql.DependencyInjection" />
2222
23+ <!-- Temporary workaround for https://github.com/advisories/GHSA-w3q9-fxm7-j8fq, remote for 10.0.0 GA -->
24+ <PackageReference Include =" Microsoft.Build.Tasks.Core" />
25+ <PackageReference Include =" Microsoft.Build.Utilities.Core" />
26+
2327 <!-- Needed to override xunit dependencies from EFCore projects on versions which aren't available on nuget.org -->
2428 <PackageReference Include =" xunit.assert" />
2529 <PackageReference Include =" xunit.core" />
You can’t perform that action at this time.
0 commit comments