diff --git a/eng/Versions.props b/eng/Versions.props
index b31763a4870..c27278c8eae 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -14,7 +14,7 @@
beta
5
0
- 0
+ 1
0
$(FSMajorVersion).$(FSMinorVersion)
$(FSMajorVersion)-$(FSMinorVersion)
diff --git a/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs b/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs
index 151f376ad53..1616a6ed692 100644
--- a/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs
+++ b/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs
@@ -290,7 +290,7 @@ tInput.Length
[]
member __.``System.Device.Gpio - Ensure we reference the runtime version of the assembly``() =
let code = """
-#r "nuget:System.Device.Gpio"
+#r "nuget:System.Device.Gpio, 1.0.0"
typeof.Assembly.Location
"""
use script = new FSharpScript(additionalArgs=[|"/langversion:preview"|])