diff --git a/nuget.config b/NuGet.config similarity index 86% rename from nuget.config rename to NuGet.config index cf2af8856..1a6f4c592 100644 --- a/nuget.config +++ b/NuGet.config @@ -1,4 +1,4 @@ - + @@ -8,4 +8,4 @@ - + \ No newline at end of file diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8999deb31..325889b14 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,5 +3,9 @@ + + https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal + 4aca9667c547d389569c4f57a997afc6392839d6 + - \ No newline at end of file + diff --git a/global.json b/global.json index b6b6e8327..520ee9c47 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,8 @@ { + "tools": { + "dotnet": "6.0.100" + }, "msbuild-sdks": { - "arcade.sdk": "1.1.2" + "Microsoft.WinAppSDK.EngCommon": "1.0.0-20211207.1-CI" } }