File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
src/MartinCostello.BrowserStack.Automate Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6
6
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)MartinCostello.BrowserStack.Automate.ruleset</CodeAnalysisRuleSet >
7
7
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
8
8
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
9
+ <!-- TODO Remove once .NET 10 is stable -->
10
+ <NoWarn >$(NoWarn);NU5104</NoWarn >
9
11
<PackageTags >BrowserStack;Automate</PackageTags >
10
12
<UseArtifactsOutput >true</UseArtifactsOutput >
11
13
<UseDefaultAssemblyOriginatorKeyFile >true</UseDefaultAssemblyOriginatorKeyFile >
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 =" 10.0.0-preview.5.25277.114 " />
12
+ <PackageVersion Include =" Microsoft.AspNetCore.WebUtilities" Version =" 10.0.0-preview.6.25358.103 " />
13
13
<PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 4.14.0" />
14
- <PackageVersion Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 10.0.0-preview.5.25277.114 " />
15
- <PackageVersion Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 10.0.0-preview.5.25277.114 " />
16
- <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.0-preview.5.25277.114 " />
14
+ <PackageVersion Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 10.0.0-preview.6.25358.103 " />
15
+ <PackageVersion Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 10.0.0-preview.6.25358.103 " />
16
+ <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.0-preview.6.25358.103 " />
17
17
<PackageVersion Include =" Microsoft.Extensions.Http.Resilience" Version =" 9.7.0" />
18
18
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
19
19
<PackageVersion Include =" ReportGenerator" Version =" 5.4.9" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-preview.5.25277.114 " ,
3
+ "version" : " 10.0.100-preview.6.25358.103 " ,
4
4
"allowPrerelease" : false ,
5
5
"paths" : [ " .dotnet" , " $host$" ],
6
6
"errorMessage" : " The required version of the .NET SDK could not be found. Please run ./build.ps1 to bootstrap the .NET SDK."
Original file line number Diff line number Diff line change 20
20
<PackageReference Include =" Microsoft.AspNetCore.WebUtilities" VersionOverride =" [8.0.0,)" />
21
21
</ItemGroup >
22
22
<ItemGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net10.0'))" >
23
- <PackageReference Update =" Microsoft.AspNetCore.WebUtilities" VersionOverride =" [10.0.0-preview.5.25277.114 ,)" />
23
+ <PackageReference Update =" Microsoft.AspNetCore.WebUtilities" VersionOverride =" [10.0.0-preview.6.25358.103 ,)" />
24
24
</ItemGroup >
25
25
<ItemGroup >
26
26
<PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments