diff --git a/Directory.Packages.props b/Directory.Packages.props index f084e8e5c..84feb8bc5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -30,13 +30,13 @@ - - - - - - - + + + + + + + @@ -52,15 +52,15 @@ - - + + - + diff --git a/Directory.Packages.supports.props b/Directory.Packages.supports.props index a70f828b2..09fd1fef4 100644 --- a/Directory.Packages.supports.props +++ b/Directory.Packages.supports.props @@ -2,12 +2,12 @@ - - - - - - - + + + + + + + diff --git a/global.json b/global.json index f3c46b691..fc92c25a0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300", + "version": "10.0.301", "rollForward": "latestMinor" } } diff --git a/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs b/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs index 02c7889dc..8eee6f63c 100644 --- a/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs +++ b/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs @@ -63,7 +63,7 @@ public partial record SubLens : ICanBeResolved where T : class?, IHandlerIden /// /// The range in which this code lens is valid. Should only span a single line. /// - public Range Range { get; init; } = null !; + public Range Range { get; init; } = null!; /// /// The command this code lens represents.