This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree 5 files changed +18
-6
lines changed
src/Microsoft.AspNetCore.Mvc.Core
5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
+ <Import Project =" build\sources.props" />
2
3
<Import Project =" build\dependencies.props" />
3
4
<Import Project =" build\dependencies.targets" />
4
5
<Import Project =" build\dependencies.g.targets" Condition =" Exists('build\dependencies.g.targets') AND '$(DesignTimeBuild)' != 'true'" />
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<clear />
5
- <add key =" AspNetCorePatch" value =" https://dotnet.myget.org/F/aspnet-2-0-2-october2017-patch/api/v3/index.json" />
6
- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
7
- <add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
8
- <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
5
+ <!-- Restore sources should be defined in build/sources.props. -->
9
6
</packageSources >
10
7
</configuration >
Original file line number Diff line number Diff line change 4
4
<BenchmarkDotNetVersion >0.10.3</BenchmarkDotNetVersion >
5
5
<CoreFxVersion >4.4.0</CoreFxVersion >
6
6
<DiagnosticSourceVersion >4.4.1</DiagnosticSourceVersion >
7
- <DependencyModelVersion >2.0.0</DependencyModelVersion >
8
7
<FSharpCoreVersion >4.2.1</FSharpCoreVersion >
9
8
<FSharpNetSdkVersion >1.0.5</FSharpNetSdkVersion >
10
9
<InternalAspNetCoreSdkVersion >2.0.1-rtm-15400</InternalAspNetCoreSdkVersion >
11
10
<JsonNetBsonVersion >1.0.1</JsonNetBsonVersion >
11
+ <MicrosoftExtensionsDependencyModelPackageVersion >2.0.2-servicing-25728-02</MicrosoftExtensionsDependencyModelPackageVersion >
12
12
<MoqVersion >4.7.49</MoqVersion >
13
13
<NETStandardImplicitPackageVersion >2.0.0</NETStandardImplicitPackageVersion >
14
14
<NETStandardLibraryNETFrameworkVersion >2.0.0</NETStandardLibraryNETFrameworkVersion >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <Import Project =" $(DotNetRestoreSourcePropsPath)" Condition =" '$(DotNetRestoreSourcePropsPath)' != ''" />
3
+
4
+ <PropertyGroup >
5
+ <RestoreSources >$(DotNetRestoreSources)</RestoreSources >
6
+ <RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
7
+ $(RestoreSources);
8
+ https://dotnet.myget.org/F/aspnet-2-0-2-october2017-patch/api/v3/index.json;
9
+ https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
10
+ https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
11
+ https://api.nuget.org/v3/index.json;
12
+ </RestoreSources >
13
+ </PropertyGroup >
14
+ </Project >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Microsoft.AspNetCore.Mvc.RouteAttribute</Description>
30
30
<PackageReference Include =" Microsoft.AspNetCore.ResponseCaching.Abstractions" Version =" $(AspNetCoreVersion)" />
31
31
<PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" $(AspNetCoreVersion)" />
32
32
<PackageReference Include =" Microsoft.Extensions.ClosedGenericMatcher.Sources" Version =" $(AspNetCoreVersion)" PrivateAssets =" All" />
33
- <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" $(DependencyModelVersion )" />
33
+ <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" $(MicrosoftExtensionsDependencyModelPackageVersion )" />
34
34
<PackageReference Include =" Microsoft.Extensions.FileProviders.Abstractions" Version =" $(AspNetCoreVersion)" />
35
35
<PackageReference Include =" Microsoft.Extensions.HashCodeCombiner.Sources" Version =" $(AspNetCoreVersion)" PrivateAssets =" All" />
36
36
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" $(AspNetCoreVersion)" />
You can’t perform that action at this time.
0 commit comments