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 +11
-9
lines changed
Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 66 <add key =" templating" value =" https://dotnet.myget.org/F/templating/api/v3/index.json" />
77 <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88 <add key =" aspnet-final" value =" https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9- <add key =" aspnet-release" value =" https://dotnet.myget.org/F/aspnetcore-dev /api/v3/index.json" />
9+ <add key =" aspnet-release" value =" https://dotnet.myget.org/F/aspnetcore-release /api/v3/index.json" />
1010 <add key =" websdkfeed" value =" https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
1111 <add key =" cli-deps" value =" https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
1212 <add key =" roslyn" value =" https://dotnet.myget.org/f/roslyn/api/v3/index.json" />
Original file line number Diff line number Diff line change 3838 <AspNetCoreRuntimeInstallerArchiveFileNameOSToken Condition =" '$(OSName)' == 'osx' " >$(OSName)</AspNetCoreRuntimeInstallerArchiveFileNameOSToken >
3939 <AspNetCoreRuntimeInstallerArchiveFileNameOSToken Condition =" '$(AspNetCoreRuntimeInstallerArchiveFileNameOSToken)' == '' " >linux</AspNetCoreRuntimeInstallerArchiveFileNameOSToken >
4040
41- <AspNetCoreRuntimeInstallerArchiveSuffix Condition =" '$(AspNetCoreRuntimePackageFlavor)' != 'notimestamp'" >-$(AspNetCoreCoherenceTimestamp)</AspNetCoreRuntimeInstallerArchiveSuffix >
41+ <AspNetCoreRuntimeStoreSuffix Condition =" '$(AspNetCoreRuntimePackageFlavor)' != 'notimestamp'" >-$(AspNetCoreCoherenceTimestamp)</AspNetCoreRuntimeStoreSuffix >
42+ <AspNetCoreRuntimeInstallerArchiveSuffix Condition =" '$(AspNetCoreRuntimeStoreSuffix)' != ''" >-$(AspNetCoherenceLabel)$(AspNetCoreRuntimeStoreSuffix)</AspNetCoreRuntimeInstallerArchiveSuffix >
4243 <AspNetCoreRuntimeInstallerArchiveFileName >Build.RS.$(AspNetCoreRuntimeInstallerArchiveFileNameOSToken)$(AspNetCoreRuntimeInstallerArchiveSuffix)$(ArchiveExtension)</AspNetCoreRuntimeInstallerArchiveFileName >
4344 <AspNetCoreRuntimeInstallerArchiveFile >$(PackagesDirectory)/$(AspNetCoreRuntimeInstallerArchiveFileName)</AspNetCoreRuntimeInstallerArchiveFile >
4445
45- <AspNetCoreRuntimeInstallerWixLibFileName Condition =" '$(OSName)' == 'win' " >AspNetCorePackageStoreLib$(Architecture).wixlib</AspNetCoreRuntimeInstallerWixLibFileName >
46+ <AspNetCoreRuntimeInstallerWixLibFileName Condition =" '$(OSName)' == 'win' " >AspNetCorePackageStoreLib$(Architecture)$(AspNetCoreRuntimeStoreSuffix) .wixlib</AspNetCoreRuntimeInstallerWixLibFileName >
4647 <AspNetCoreRuntimeInstallerWixLibFile Condition =" '$(AspNetCoreRuntimeInstallerWixLibFileName)' != '' " >$(PackagesDirectory)/$(AspNetCoreRuntimeInstallerWixLibFileName)</AspNetCoreRuntimeInstallerWixLibFile >
4748 </PropertyGroup >
4849
Original file line number Diff line number Diff line change 1414 <SharedHostVersion >$(CLI_SharedFrameworkVersion)</SharedHostVersion >
1515 <HostFxrVersion >$(CLI_SharedFrameworkVersion)</HostFxrVersion >
1616 <TemplateEngineVersion >1.0.0-beta2-20170531-247</TemplateEngineVersion >
17- <TemplateEngineTemplateVersion >1.0.0-beta2-20170531-247 </TemplateEngineTemplateVersion >
18- <TemplateEngineTemplate2_0Version >1.0.0-beta2-20170531-247 </TemplateEngineTemplate2_0Version >
17+ <TemplateEngineTemplateVersion >1.0.0-beta2-20170602-250 </TemplateEngineTemplateVersion >
18+ <TemplateEngineTemplate2_0Version >1.0.0-beta2-20170602-250 </TemplateEngineTemplate2_0Version >
1919 <PlatformAbstractionsVersion >2.0.0-preview2-25402-02</PlatformAbstractionsVersion >
2020 <DependencyModelVersion >2.0.0-preview2-25402-02</DependencyModelVersion >
2121 <CliCommandLineParserVersion >0.1.0-alpha-142</CliCommandLineParserVersion >
2424
2525 <!-- This should either be timestamped or notimestamp as appropriate -->
2626 <AspNetCoreRuntimePackageFlavor >timestamped</AspNetCoreRuntimePackageFlavor >
27- <AspNetCoreRuntimeVersion >dev-134</AspNetCoreRuntimeVersion >
28- <AspNetCoreCoherenceTimestamp >preview2-25332</AspNetCoreCoherenceTimestamp >
27+ <AspNetCoreRuntimeVersion >2.0.0-preview2-139</AspNetCoreRuntimeVersion >
28+ <AspNetCoherenceLabel >preview2</AspNetCoherenceLabel >
29+ <AspNetCoreCoherenceTimestamp >25345</AspNetCoreCoherenceTimestamp >
2930
3031 </PropertyGroup >
3132
Original file line number Diff line number Diff line change 66 <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
77 <add key =" DotnetCore" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88 <add key =" aspnet-final" value =" https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9- <add key =" aspnet-release" value =" https://dotnet.myget.org/F/aspnetcore-dev /api/v3/index.json" />
9+ <add key =" aspnet-release" value =" https://dotnet.myget.org/F/aspnetcore-release /api/v3/index.json" />
1010 </packageSources >
1111</configuration >
Original file line number Diff line number Diff line change 66 <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
77 <add key =" DotnetCore" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88 <add key =" aspnet-final" value =" https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9- <add key =" aspnet-release" value =" https://dotnet.myget.org/F/aspnetcore-dev /api/v3/index.json" />
9+ <add key =" aspnet-release" value =" https://dotnet.myget.org/F/aspnetcore-release /api/v3/index.json" />
1010 </packageSources >
1111</configuration >
You can’t perform that action at this time.
0 commit comments