Skip to content

Instantly share code, notes, and snippets.

@rmarinho
Last active April 10, 2023 22:04
Show Gist options
  • Save rmarinho/e1c347a49ed99cd87e4480ec8e013c0b to your computer and use it in GitHub Desktop.
Save rmarinho/e1c347a49ed99cd87e4480ec8e013c0b to your computer and use it in GitHub Desktop.
Rollback for 8.0.0 preview 3
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
      <add key="nuget" value="https://api.nuget.org/v3/index.json" />  
      <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />  
      <add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
      <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
      <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
      <add key="darc-pub-dotnet-runtime-1e9466d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-1e9466d9/nuget/v3/index.json" />
    </packageSources>
</configuration>
 
{
"microsoft.net.sdk.android": "34.0.0-preview.3.224/8.0.100-preview.3",
"microsoft.net.sdk.ios": "16.2.462-net8-p3/8.0.100-preview.3",
"microsoft.net.sdk.maccatalyst": "16.2.462-net8-p3/8.0.100-preview.3",
"microsoft.net.sdk.macos": "13.1.462-net8-p3/8.0.100-preview.3",
"microsoft.net.sdk.maui": "8.0.0-preview.3.8149/8.0.100-preview.3",
"microsoft.net.sdk.tvos": "16.1.1250-net8-p3/8.0.100-preview.3",
"microsoft.net.workload.mono.toolchain.net7": "8.0.0-preview.3.23174.8/8.0.100-preview.3",
"microsoft.net.workload.mono.toolchain.current": "8.0.0-preview.3.23174.8/8.0.100-preview.3",
"microsoft.net.workload.emscripten.net7": "8.0.0-preview.3.23172.2/8.0.100-preview.3",
"microsoft.net.workload.emscripten.current": "8.0.0-preview.3.23172.2/8.0.100-preview.3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment