File tree 4 files changed +12
-10
lines changed
4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 3
3
<Import Project =" Sdk.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
4
4
5
5
<PropertyGroup >
6
- <DefaultNetCoreTargetFramework >net8 .0</DefaultNetCoreTargetFramework >
6
+ <DefaultNetCoreTargetFramework >net9 .0</DefaultNetCoreTargetFramework >
7
7
<LangVersion >latest</LangVersion >
8
- <NoWarn >$(NoWarn);CS1591</NoWarn >
8
+ <NoWarn >$(NoWarn);CA1515; CS1591</NoWarn >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
10
<DebugSymbols >true</DebugSymbols >
11
11
<DebugType >portable</DebugType >
64
64
65
65
<PropertyGroup >
66
66
<EnablePackageValidation >$(IsPackable)</EnablePackageValidation >
67
+ <!-- TODO Re-enable when the 9.0.0 packages are published to NuGet.org -->
68
+ <EnablePackageValidation >false</EnablePackageValidation >
67
69
</PropertyGroup >
68
70
69
71
<PropertyGroup >
Original file line number Diff line number Diff line change 5
5
<PackageVersion Include =" JetBrains.Annotations" Version =" 2023.3.0" />
6
6
<PackageVersion Include =" JustEat.HttpClientInterception" Version =" 4.0.0" />
7
7
<PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.3.0" />
8
- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.0" />
9
- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 8 .0.0" />
8
+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.0-preview.1.24081.5 " />
9
+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9 .0.0-preview.1.24081.5 " />
10
10
<PackageVersion Include =" Microsoft.IdentityModel.Protocols" Version =" 7.0.3" />
11
11
<PackageVersion Include =" Shouldly" Version =" 4.2.1" />
12
12
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <MajorVersion >8 </MajorVersion >
4
+ <MajorVersion >9 </MajorVersion >
5
5
<MinorVersion >0</MinorVersion >
6
- <PatchVersion >1 </PatchVersion >
6
+ <PatchVersion >0 </PatchVersion >
7
7
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
8
- <PackageValidationBaselineVersion >8 .0.0</PackageValidationBaselineVersion >
8
+ <PackageValidationBaselineVersion Condition = " '$(EnablePackageValidation)' == 'true' AND '$(PackageValidationBaselineVersion)' == '' " >9 .0.0</PackageValidationBaselineVersion >
9
9
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
10
- <PreReleaseVersionIteration ></PreReleaseVersionIteration >
10
+ <PreReleaseVersionIteration >1 </PreReleaseVersionIteration >
11
11
<PreReleaseBrandingLabel >Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
12
12
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
13
13
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8 .0.100" ,
3
+ "version" : " 9 .0.100-preview.1.24101.2 " ,
4
4
"allowPrerelease" : true ,
5
5
"rollForward" : " major"
6
6
},
7
7
8
8
"tools" : {
9
- "dotnet" : " 8 .0.100"
9
+ "dotnet" : " 9 .0.100-preview.1.24101.2 "
10
10
},
11
11
12
12
"msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments