File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
- <PropertyGroup >
4
- <ImportNetSdkFromRepoToolset >false</ImportNetSdkFromRepoToolset >
5
- </PropertyGroup >
6
-
7
3
<Import Project =" Sdk.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
8
- <PropertyGroup >
9
- <RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
10
- https://ci.appveyor.com/nuget/benchmarkdotnet;
11
- https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
12
- $(OverridePackageSource);
13
- $(RestoreSources)
14
- </RestoreSources >
4
+
5
+ <PropertyGroup Condition =" '$(CopyrightNetFoundation)' != ''" >
6
+ <Copyright >$(CopyrightNetFoundation)</Copyright >
7
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
15
8
</PropertyGroup >
16
9
</Project >
Original file line number Diff line number Diff line change 9
9
<RestoreSources >
10
10
$(RestoreSources);
11
11
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
12
+ https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
12
13
https://dotnet.myget.org/F/symreader-converter/api/v3/index.json;
13
- https:%2F%2Fdotnet.myget.org/F/symreader/api/v3/index.json;
14
+ https://dotnet.myget.org/F/symreader/api/v3/index.json;
15
+ https://ci.appveyor.com/nuget/benchmarkdotnet;
14
16
</RestoreSources >
15
17
</PropertyGroup >
16
18
</Project >
You can’t perform that action at this time.
0 commit comments