File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <Import Project =" Sdk.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
44
55 <PropertyGroup >
6- <DefaultNetCoreTargetFramework >net10 .0</DefaultNetCoreTargetFramework >
6+ <DefaultNetCoreTargetFramework >net11 .0</DefaultNetCoreTargetFramework >
77 <LangVersion >latest</LangVersion >
88 <NoWarn >$(NoWarn);CA1515;CS1591</NoWarn >
99 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7676 </PropertyGroup >
7777
7878 <PropertyGroup >
79- <EnablePackageValidation >$(IsPackable)</EnablePackageValidation >
79+ <!-- TODO Re-enable when the 11.0.0 packages are published to NuGet.org -->
80+ <EnablePackageValidation >false</EnablePackageValidation >
8081 </PropertyGroup >
8182
8283 <ItemGroup >
Original file line number Diff line number Diff line change 44 <PackageVersion Include =" JetBrains.Annotations" Version =" 2025.2.2" />
55 <PackageVersion Include =" JustEat.HttpClientInterception" Version =" 5.1.2" />
66 <PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.6.0" />
7- <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 10 .0.3 " />
8- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10 .0.3 " />
9- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 10 .0.3 " />
7+ <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 11 .0.0-preview.1.26104.118 " />
8+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 11 .0.0-preview.1.26104.118 " />
9+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 11 .0.0-preview.1.26104.118 " />
1010 <PackageVersion Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 8.14.0" />
1111 <PackageVersion Include =" NSubstitute" Version =" 5.3.0" />
1212 <PackageVersion Include =" Shouldly" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <MajorVersion >10 </MajorVersion >
4+ <MajorVersion >11 </MajorVersion >
55 <MinorVersion >0</MinorVersion >
6- <PatchVersion >1 </PatchVersion >
6+ <PatchVersion >0 </PatchVersion >
77 <VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
8- <PackageValidationBaselineVersion Condition =" '$(EnablePackageValidation)' == 'true' AND '$(PackageValidationBaselineVersion)' == '' " >10 .0.0</PackageValidationBaselineVersion >
8+ <PackageValidationBaselineVersion Condition =" '$(EnablePackageValidation)' == 'true' AND '$(PackageValidationBaselineVersion)' == '' " >11 .0.0</PackageValidationBaselineVersion >
99 <PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
10- <PreReleaseVersionIteration ></PreReleaseVersionIteration >
10+ <PreReleaseVersionIteration >1 </PreReleaseVersionIteration >
1111 <PreReleaseBrandingLabel >Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
1212 <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
1313 <DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 10 .0.103 " ,
3+ "version" : " 11 .0.100-preview.1.26104.118 " ,
44 "allowPrerelease" : true ,
55 "rollForward" : " major"
66 },
77
88 "tools" : {
9- "dotnet" : " 10 .0.103 "
9+ "dotnet" : " 11 .0.100-preview.1.26104.118 "
1010 },
1111
1212 "msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments