File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/MartinCostello.BrowserStack.Automate Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
<PackageVersion Include =" GitHubActionsTestLogger" Version =" 2.4.1" />
10
10
<PackageVersion Include =" JunitXml.TestLogger" Version =" 6.1.0" />
11
11
<PackageVersion Include =" MartinCostello.Logging.XUnit.v3" Version =" 0.6.0" />
12
- <PackageVersion Include =" Microsoft.AspNetCore.WebUtilities" Version =" 9 .0.7 " />
12
+ <PackageVersion Include =" Microsoft.AspNetCore.WebUtilities" Version =" 10 .0.0-preview.5.25277.114 " />
13
13
<PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 4.14.0" />
14
14
<PackageVersion Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 10.0.0-preview.5.25277.114" />
15
15
<PackageVersion Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 10.0.0-preview.5.25277.114" />
Original file line number Diff line number Diff line change 19
19
<ItemGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
20
20
<PackageReference Include =" Microsoft.AspNetCore.WebUtilities" VersionOverride =" [8.0.0,)" />
21
21
</ItemGroup >
22
+ <ItemGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net10.0'))" >
23
+ <PackageReference Update =" Microsoft.AspNetCore.WebUtilities" VersionOverride =" [10.0.0-preview.5.25277.114,)" />
24
+ </ItemGroup >
22
25
<ItemGroup >
23
26
<PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets =" All" />
24
27
</ItemGroup >
You can’t perform that action at this time.
0 commit comments