diff --git a/TestAssets/TestPackages/dotnet-dependency-context-test/project.json b/TestAssets/TestPackages/dotnet-dependency-context-test/project.json index 7b6d94f26..40de65dc4 100644 --- a/TestAssets/TestPackages/dotnet-dependency-context-test/project.json +++ b/TestAssets/TestPackages/dotnet-dependency-context-test/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-preview2-*", + "version": "1.0.0-rc-*", "compilationOptions": { "emitEntryPoint": true }, diff --git a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json index fbfc06de6..3eb696aae 100644 --- a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json +++ b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-preview2-*", + "version": "1.0.0-rc-*", "compilationOptions": { "emitEntryPoint": true }, diff --git a/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json b/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json index 403158e80..ff27d95cf 100644 --- a/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json +++ b/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-preview2-*", + "version": "1.0.0-rc-*", "compilationOptions": { "emitEntryPoint": true }, diff --git a/TestAssets/TestPackages/dotnet-desktop-binding-redirects/project.json b/TestAssets/TestPackages/dotnet-desktop-binding-redirects/project.json index 5eff0aae2..e71d57b9b 100644 --- a/TestAssets/TestPackages/dotnet-desktop-binding-redirects/project.json +++ b/TestAssets/TestPackages/dotnet-desktop-binding-redirects/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-preview2-*", + "version": "1.0.0-rc-*", "compilationOptions": { "emitEntryPoint": true },