forked from microsoft/qsharp-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGet.Config
More file actions
20 lines (18 loc) · 908 Bytes
/
NuGet.Config
File metadata and controls
20 lines (18 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. -->
<!--
This configuration tells the .NET Core SDK to look at the
Quantum Development Kit prerelease feed in addition to any other currently
configured NuGet feeds.
This allows us to use prerelease packages from other parts of the Quantum
Development Kit in between releases.
See https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior#how-settings-are-applied
for more information about how NuGet and the .NET Core SDK find package
sources from NuGet.Config files.
-->
<configuration>
<packageSources>
<add key="qdk-alpha" value="https://pkgs.dev.azure.com/ms-quantum-public/Microsoft Quantum (public)/_packaging/alpha/nuget/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>