Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit a65477b

Browse files
committed
Update to SetupCrossgen 201 - Coherence 25722
1 parent add3323 commit a65477b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

NuGet.Config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
7+
<add key="preview2-verification-feed" value="https://dotnet.myget.org/F/dotnet-2-0-0-preview2-final/api/v3/index.json" />
78
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
89
<add key="aspnet-final" value="https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
910
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />

build/DependencyVersions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<SharedFrameworkVersion>$(CLI_SharedFrameworkVersion)</SharedFrameworkVersion>
2121
<SharedHostVersion>$(CLI_SharedFrameworkVersion)</SharedHostVersion>
2222
<HostFxrVersion>$(CLI_SharedFrameworkVersion)</HostFxrVersion>
23-
<TemplateEngineVersion>1.0.0-beta2-20170608-254</TemplateEngineVersion>
24-
<TemplateEngineTemplateVersion>1.0.0-beta2-20170612-258</TemplateEngineTemplateVersion>
25-
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170612-258</TemplateEngineTemplate2_0Version>
23+
<TemplateEngineVersion>1.0.0-beta2-20170614-260</TemplateEngineVersion>
24+
<TemplateEngineTemplateVersion>1.0.0-beta2-20170614-260</TemplateEngineTemplateVersion>
25+
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170614-260</TemplateEngineTemplate2_0Version>
2626
<PlatformAbstractionsVersion>2.0.0-preview2-25407-01</PlatformAbstractionsVersion>
2727
<DependencyModelVersion>2.0.0-preview2-25407-01</DependencyModelVersion>
2828
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion>
@@ -31,10 +31,10 @@
3131
<SpaTemplateVersion>1.0.0-preview-000297</SpaTemplateVersion>
3232

3333
<!-- This should either be timestamped or notimestamp as appropriate -->
34-
<AspNetCoreRuntimePackageFlavor>timestamped</AspNetCoreRuntimePackageFlavor>
35-
<AspNetCoreRuntimeVersion>2.0.0-preview2-186</AspNetCoreRuntimeVersion>
34+
<AspNetCoreRuntimePackageFlavor>notimestamp</AspNetCoreRuntimePackageFlavor>
35+
<AspNetCoreRuntimeVersion>2.0.0-preview2-201</AspNetCoreRuntimeVersion>
3636
<AspNetCoherenceLabel>preview2</AspNetCoherenceLabel>
37-
<AspNetCoreCoherenceTimestamp>25661</AspNetCoreCoherenceTimestamp>
37+
<AspNetCoreCoherenceTimestamp>25722</AspNetCoreCoherenceTimestamp>
3838

3939
</PropertyGroup>
4040

0 commit comments

Comments
 (0)