4 Star 8 Fork 4

Gitee 极速下载 / QuantumKatas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Microsoft/QuantumKatas
克隆/下载
NuGet.config 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
Robin Kuzmin 提交于 2023-07-25 17:48 . Fixing CI (#888)
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. -->
<!--
This configuration adds the Quantum Development Kit prerelease feed to the NuGet feeds.
This allows to reference prerelease packages from other parts of the Quantum Development Kit for testing purposes.
See https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior#how-settings-are-applied
for more information about how NuGet and the .NET Core SDK find package sources specified in NuGet.Config files.
-->
<configuration>
<packageSources>
<add key="qdk-alpha" value="https://pkgs.dev.azure.com/ms-quantum-public/9af4e09e-a436-4aca-9559-2094cfe8d80c/_packaging/alpha/nuget/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
C#
1
https://gitee.com/mirrors/QuantumKatas.git
git@gitee.com:mirrors/QuantumKatas.git
mirrors
QuantumKatas
QuantumKatas
main

搜索帮助