File tree 17 files changed +76
-55
lines changed
Microsoft.AspNetCore.NodeServices
Microsoft.AspNetCore.NodeServices.Sockets
Microsoft.AspNetCore.SpaServices
17 files changed +76
-55
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,8 @@ nuget.exe
24
24
* .ncrunchsolution
25
25
* . * sdf
26
26
* .ipch
27
-
28
27
.vs /
29
28
npm-debug.log
30
29
/.build /
31
-
32
30
.vscode /
33
-
34
31
global.json
35
- korebuild-lock.txt
Original file line number Diff line number Diff line change 1
- <Project >
2
- <Import Project =" version.xml" />
1
+ <Project >
2
+ <Import Project =" version.props" />
3
+ <Import Project =" build\dependencies.props" />
3
4
4
5
<PropertyGroup >
5
6
<Product >Microsoft ASP.NET Core</Product >
9
10
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile >
10
11
<SignAssembly >true</SignAssembly >
11
12
<PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
12
- <VersionSuffix Condition =" '$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
13
13
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
14
</PropertyGroup >
15
15
</Project >
Original file line number Diff line number Diff line change 1
- <Project InitialTargets =" EnsureKoreBuildRestored" >
2
- <Target Name =" EnsureKoreBuildRestored" Condition =" '$(KoreBuildRestoreTargetsImported)' != 'true' AND '$(MSBuildProjectName)' != 'BenchmarkDotNet.Autogenerated'" >
3
- <PropertyGroup >
4
- <_BootstrapperFile Condition =" $([MSBuild]::IsOSUnixLike()) " >build.sh</_BootstrapperFile >
5
- <_BootstrapperFile Condition =" ! $([MSBuild]::IsOSUnixLike()) " >build.cmd</_BootstrapperFile >
6
- <_BootstrapperError >
7
- Package references have not been pinned. Run './$(_BootstrapperFile) /t:Pin'.
8
- Also, you can run './$(_BootstrapperFile) /t:Restore' which will pin *and* restore packages. '$(_BootstrapperFile)' can be found in '$(MSBuildThisFileDirectory)'.
9
- </_BootstrapperError >
10
- </PropertyGroup >
11
-
12
- <Error Code =" KRB1001" Text =" $(_BootstrapperError.Trim())" />
13
- </Target >
1
+ <Project >
2
+ <PropertyGroup >
3
+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion >
4
+ </PropertyGroup >
14
5
</Project >
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
6
+ <add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
6
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7
8
</packageSources >
8
9
</configuration >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup >
3
+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
4
+ </PropertyGroup >
5
+ <PropertyGroup Label =" Package Versions" >
6
+ <InternalAspNetCoreSdkPackageVersion >2.1.0-preview1-15549</InternalAspNetCoreSdkPackageVersion >
7
+ <MicrosoftAspNetCoreDiagnosticsPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreDiagnosticsPackageVersion >
8
+ <MicrosoftAspNetCoreHostingAbstractionsPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreHostingAbstractionsPackageVersion >
9
+ <MicrosoftAspNetCoreHostingPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreHostingPackageVersion >
10
+ <MicrosoftAspNetCoreMvcPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreMvcPackageVersion >
11
+ <MicrosoftAspNetCoreMvcTagHelpersPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreMvcTagHelpersPackageVersion >
12
+ <MicrosoftAspNetCoreMvcViewFeaturesPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreMvcViewFeaturesPackageVersion >
13
+ <MicrosoftAspNetCoreServerIISIntegrationPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreServerIISIntegrationPackageVersion >
14
+ <MicrosoftAspNetCoreServerKestrelPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreServerKestrelPackageVersion >
15
+ <MicrosoftAspNetCoreStaticFilesPackageVersion >2.1.0-preview1-27478</MicrosoftAspNetCoreStaticFilesPackageVersion >
16
+ <MicrosoftExtensionsDependencyInjectionPackageVersion >2.1.0-preview1-27478</MicrosoftExtensionsDependencyInjectionPackageVersion >
17
+ <MicrosoftExtensionsLoggingConsolePackageVersion >2.1.0-preview1-27478</MicrosoftExtensionsLoggingConsolePackageVersion >
18
+ <MicrosoftExtensionsLoggingDebugPackageVersion >2.1.0-preview1-27478</MicrosoftExtensionsLoggingDebugPackageVersion >
19
+ <MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
20
+ <NewtonsoftJsonPackageVersion >10.0.1</NewtonsoftJsonPackageVersion >
21
+ <SystemThreadingTasksDataflowPackageVersion >4.8.0</SystemThreadingTasksDataflowPackageVersion >
22
+ </PropertyGroup >
23
+ <Import Project =" $(DotNetPackageVersionPropsPath)" Condition =" '$(DotNetPackageVersionPropsPath)' != '' " />
24
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
- <ItemGroup >
3
- <PackageLineup Include =" Internal.AspNetCore.Universe.Lineup" Version =" 2.1.0-*" />
4
- <PackageLineup Include =" Internal.AspNetCore.Partners.Lineup" Version =" 2.1.0-*" />
5
- </ItemGroup >
2
+ <PropertyGroup >
3
+ <!-- These properties are use by the automation that updates dependencies.props -->
4
+ <LineupPackageId >Internal.AspNetCore.Universe.Lineup</LineupPackageId >
5
+ <LineupPackageRestoreSource >https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json</LineupPackageRestoreSource >
6
+ </PropertyGroup >
6
7
</Project >
Original file line number Diff line number Diff line change
1
+ version:2.1.0-preview1-15549
2
+ commithash:f570e08585fec510dd60cd4bfe8795388b757a95
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json" ,
3
+ "channel" : " dev"
4
+ }
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" />
15
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version = " $(MicrosoftExtensionsDependencyInjectionPackageVersion) " />
16
16
</ItemGroup >
17
17
18
18
</Project >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics" />
15
- <PackageReference Include =" Microsoft.AspNetCore.Hosting" />
16
- <PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" />
17
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" />
18
- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" />
19
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" />
20
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version = " $(MicrosoftAspNetCoreDiagnosticsPackageVersion) " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version = " $(MicrosoftAspNetCoreHostingPackageVersion) " />
16
+ <PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" Version = " $(MicrosoftAspNetCoreServerIISIntegrationPackageVersion) " />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version = " $(MicrosoftAspNetCoreMvcPackageVersion) " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version = " $(MicrosoftAspNetCoreServerKestrelPackageVersion) " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version = " $(MicrosoftAspNetCoreStaticFilesPackageVersion) " />
20
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version = " $(MicrosoftExtensionsLoggingDebugPackageVersion) " />
21
21
</ItemGroup >
22
22
23
23
<Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics" />
15
- <PackageReference Include =" Microsoft.AspNetCore.Hosting" />
16
- <PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" />
17
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" />
18
- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" />
19
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" />
20
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version = " $(MicrosoftAspNetCoreDiagnosticsPackageVersion) " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version = " $(MicrosoftAspNetCoreHostingPackageVersion) " />
16
+ <PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" Version = " $(MicrosoftAspNetCoreServerIISIntegrationPackageVersion) " />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version = " $(MicrosoftAspNetCoreMvcPackageVersion) " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version = " $(MicrosoftAspNetCoreServerKestrelPackageVersion) " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version = " $(MicrosoftAspNetCoreStaticFilesPackageVersion) " />
20
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version = " $(MicrosoftExtensionsLoggingDebugPackageVersion) " />
21
21
</ItemGroup >
22
22
23
23
<Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" >
Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
<Import Project =" ..\Directory.Build.props" />
3
3
4
4
<PropertyGroup >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Internal.AspNetCore.Sdk" PrivateAssets =" All" />
11
+ <PackageReference Include =" Internal.AspNetCore.Sdk" PrivateAssets =" All" Version = " $(InternalAspNetCoreSdkPackageVersion) " />
12
12
</ItemGroup >
13
13
</Project >
Original file line number Diff line number Diff line change 15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" System.Threading.Tasks.Dataflow" />
18
+ <PackageReference Include =" System.Threading.Tasks.Dataflow" Version = " $(SystemThreadingTasksDataflowPackageVersion) " />
19
19
</ItemGroup >
20
20
21
21
<Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" Condition =" '$(IsCrossTargetingBuild)' != 'true' " >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" />
15
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" />
16
- <PackageReference Include =" Newtonsoft.Json" />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version = " $(MicrosoftAspNetCoreHostingAbstractionsPackageVersion) " />
15
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version = " $(MicrosoftExtensionsLoggingConsolePackageVersion) " />
16
+ <PackageReference Include =" Newtonsoft.Json" Version = " $(NewtonsoftJsonPackageVersion) " />
17
17
</ItemGroup >
18
18
19
19
<Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" Condition =" '$(IsCrossTargetingBuild)' != 'true' " >
Original file line number Diff line number Diff line change 15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.TagHelpers" />
19
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.ViewFeatures" />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.TagHelpers" Version = " $(MicrosoftAspNetCoreMvcTagHelpersPackageVersion) " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.ViewFeatures" Version = " $(MicrosoftAspNetCoreMvcViewFeaturesPackageVersion) " />
20
20
</ItemGroup >
21
21
22
22
<Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" Condition =" '$(IsCrossTargetingBuild)' != 'true' " >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup >
3
+ <VersionPrefix >2.1.0</VersionPrefix >
4
+ <VersionSuffix >preview1</VersionSuffix >
5
+ <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
6
+ <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
7
+ <BuildNumber Condition =" '$(BuildNumber)' == ''" >t000</BuildNumber >
8
+ <VersionSuffix Condition =" '$(VersionSuffix)' != '' And '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
9
+ </PropertyGroup >
10
+ </Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments