mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<activePackageSource>
|
||
|
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
|
||
|
</activePackageSource>
|
||
|
</configuration>
|