This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
<add key =" roslyn" value =" https://dotnet.myget.org/f/roslyn/api/v3/index.json" />
10
10
<add key =" xunit" value =" https://www.myget.org/F/xunit/api/v3/index.json" />
11
11
<add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
12
- <add key =" AspNetCurrent" value =" https://dotnet.myget.org/F/aspnet-feb2017-patch /api/v3/index.json" />
12
+ <add key =" AspNetCurrent" value =" https://dotnet.myget.org/F/dotnet-2017-09-servicing /api/v3/index.json" />
13
13
<add key =" web-api" value =" https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
14
14
<add key =" symreader-native" value =" https://dotnet.myget.org/F/symreader-native/api/v3/index.json" />
15
15
</packageSources >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<CLI_SharedFrameworkVersion >1.1.3</CLI_SharedFrameworkVersion >
5
5
<CLI_CoreCLRVersion >1.1.3</CLI_CoreCLRVersion >
6
- <CLI_JitVersion >> 1.1.3</CLI_JitVersion >
6
+ <CLI_JitVersion >1.1.3</CLI_JitVersion >
7
7
<CLI_SharedHostVersion >1.1.0</CLI_SharedHostVersion >
8
8
<CLI_HostFxrContainerVersion >1.1.0</CLI_HostFxrContainerVersion >
9
9
<CLI_HostFxrVersion Condition =" '$(OS)' != 'Windows_NT'" >1.1.0</CLI_HostFxrVersion >
23
23
<CLI_WEBSDK_Version >1.0.0-alpha-20170516-2-509</CLI_WEBSDK_Version >
24
24
<CLI_TestPlatform_Version >15.0.0</CLI_TestPlatform_Version >
25
25
<TemplateEngineVersion >1.0.0-beta2-20170629-269</TemplateEngineVersion >
26
- <TemplateEngineTemplateVersion >1.0.0-beta2-20170629-269 </TemplateEngineTemplateVersion >
26
+ <TemplateEngineTemplateVersion >1.0.0-beta2-20170907-306 </TemplateEngineTemplateVersion >
27
27
<PlatformAbstractionsVersion >1.0.3</PlatformAbstractionsVersion >
28
28
<DependencyModelVersion >1.0.3</DependencyModelVersion >
29
29
</PropertyGroup >
Original file line number Diff line number Diff line change 8
8
<add key =" aspnet101" value =" https://www.myget.org/F/aspnet101/api/v3/index.json" />
9
9
<add key =" dotnet-web" value =" https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
10
10
<add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
11
- <add key =" AspNetCurrent" value =" https://dotnet.myget.org/F/aspnet-feb2017-patch /api/v3/index.json" />
11
+ <add key =" AspNetCurrent" value =" https://dotnet.myget.org/F/dotnet-2017-09-servicing /api/v3/index.json" />
12
12
</packageSources >
13
13
</configuration >
Original file line number Diff line number Diff line change 7
7
<add key =" aspnet101" value =" https://www.myget.org/F/aspnet101/api/v3/index.json" />
8
8
<add key =" dotnet-web" value =" https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
9
9
<add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
10
- <add key =" AspNetCurrent" value =" https://dotnet.myget.org/F/aspnet-feb2017-patch /api/v3/index.json" />
10
+ <add key =" AspNetCurrent" value =" https://dotnet.myget.org/F/dotnet-2017-09-servicing /api/v3/index.json" />
11
11
</packageSources >
12
12
</configuration >
Original file line number Diff line number Diff line change 1
- // Copyright (c) .NET Foundation and contributors. All rights reserved.
1
+ // Copyright (c) .NET Foundation and contributors. All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
using System ;
@@ -355,7 +355,7 @@ public void ItRestoresTheNuGetPackagesToTheNuGetCacheFolder()
355
355
356
356
_nugetCacheFolder
357
357
. GetDirectory ( "microsoft.aspnetcore.mvc" )
358
- . Should ( ) . HaveDirectories ( new string [ ] { "1.0.4 " , "1.1.3 " } ) ;
358
+ . Should ( ) . HaveDirectories ( new string [ ] { "1.0.5 " , "1.1.4 " } ) ;
359
359
}
360
360
361
361
private string GetDotnetVersion ( )
You can’t perform that action at this time.
0 commit comments