diff --git a/eng/Versions.props b/eng/Versions.props index 34e62fdd41..c185f00532 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,7 +9,10 @@ - beta + + 6 + preview$(FSharpPreReleaseIteration) 10 diff --git a/src/Compiler/FSharp.Compiler.Service.fsproj b/src/Compiler/FSharp.Compiler.Service.fsproj index 3953da8944..5db9b2e1b2 100644 --- a/src/Compiler/FSharp.Compiler.Service.fsproj +++ b/src/Compiler/FSharp.Compiler.Service.fsproj @@ -55,7 +55,6 @@ The F# Compiler Services package for F# $(FSLanguageVersion) exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications. Contains code from the F# Software Foundation. /blob/main/docs/release-notes/.FSharp.Compiler.Service/$(FSharpLibrariesChangelogVersion).md F#, fsharp, interactive, compiler, editor - preview $(MSBuildThisFileDirectory)logo.png diff --git a/src/FSharp.Build/FSharp.Build.fsproj b/src/FSharp.Build/FSharp.Build.fsproj index 8f2fd4f595..b689f90f1a 100644 --- a/src/FSharp.Build/FSharp.Build.fsproj +++ b/src/FSharp.Build/FSharp.Build.fsproj @@ -67,6 +67,12 @@ {{FSCorePackageVersionValue}} $(FSCorePackageVersionValue)-$(VersionSuffix) + + Microsoft.FSharp.Core.NetSdk.props + PreRelease\ + {{FSCorePackageVersionValue}} + $(FSCorePackageVersionValue)-$(_PreReleaseLabel).final + diff --git a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj index 6acddc6b86..0323b00ea9 100644 --- a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj +++ b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj @@ -79,6 +79,8 @@ + + diff --git a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec index 4322ee7d96..79c86da452 100644 --- a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec +++ b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec @@ -60,11 +60,14 @@ + + + diff --git a/vsintegration/shims/shims.csproj b/vsintegration/shims/shims.csproj index 9156bdecad..312acec084 100644 --- a/vsintegration/shims/shims.csproj +++ b/vsintegration/shims/shims.csproj @@ -10,12 +10,7 @@ - - - Microsoft.FSharp.ShimHelpers.props - {{FSharpCorePreviewPackageVersionValue}} - $(FSharpCorePreviewPackageVersionValue) - +