This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree 16 files changed +31
-36
lines changed
Microsoft.AspNetCore.AngularServices
Microsoft.AspNetCore.NodeServices
Microsoft.AspNetCore.NodeServices.Sockets
Microsoft.AspNetCore.ReactServices
Microsoft.AspNetCore.SpaServices
templates/WebApplicationBasic 16 files changed +31
-36
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
-
3
2
<Import Project =" dependencies.props" />
4
- <Import Project =" version.props" />
3
+ <Import Project =" ..\ version.props" />
5
4
6
5
<PropertyGroup >
7
6
<Product >Microsoft ASP.NET Core</Product >
10
9
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile >
11
10
<SignAssembly >true</SignAssembly >
12
11
<PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
13
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
12
<VersionSuffix Condition =" '$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
15
13
</PropertyGroup >
16
14
17
15
<ItemGroup >
18
16
<PackageReference Include =" Internal.AspNetCore.Sdk" Version =" $(InternalAspNetCoreSdkVersion)" PrivateAssets =" All" />
19
17
</ItemGroup >
18
+
19
+ <ItemGroup Condition =" '$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'" >
20
+ <PackageReference Include =" NETStandard.Library" Version =" $(BundledNETStandardPackageVersion)" />
21
+ </ItemGroup >
20
22
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <AspNetCoreVersion >1.1.0</AspNetCoreVersion >
4
- <AspNetCoreMvcVersion >1.1.1</AspNetCoreMvcVersion >
5
- <AspNetCoreToolsVersion >1.0.0-msbuild3-final</AspNetCoreToolsVersion >
3
+ <AspNetCoreVersion >2.0.0-*</AspNetCoreVersion >
6
4
<AutoMapperVersion >5.0.2</AutoMapperVersion >
7
5
<CoreFxVersion >4.3.0</CoreFxVersion >
6
+ <InternalAspNetCoreSdkVersion >2.1.0-*</InternalAspNetCoreSdkVersion >
8
7
<JsonNetVersion >10.0.1</JsonNetVersion >
9
- <InternalAspNetCoreSdkVersion >2.0.0-*</InternalAspNetCoreSdkVersion >
10
- <MicrosoftDataflowVersion >4.5.24</MicrosoftDataflowVersion >
11
- <NetStandardImplicitPackageVersion >1.6.1</NetStandardImplicitPackageVersion >
8
+ <NETStandardImplicitPackageVersion >$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion >
12
9
<ThreadingDataflowVersion >4.7.0</ThreadingDataflowVersion >
13
10
</PropertyGroup >
14
11
</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\..\build\dependencies.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >netcoreapp1.1 </TargetFramework >
6
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
7
7
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\..\build\dependencies.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >netcoreapp1.1 </TargetFramework >
6
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
7
7
<IsPackable >false</IsPackable >
8
8
<OutputType >exe</OutputType >
9
9
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\..\build\dependencies.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >netcoreapp1.1 </TargetFramework >
6
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
7
7
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\..\build\dependencies.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >netcoreapp1.1 </TargetFramework >
6
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
7
7
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\..\build\dependencies.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >netcoreapp1.1 </TargetFramework >
6
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
7
7
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
31
31
<Exec Command =" npm install" />
32
32
<Exec Command =" node node_modules/webpack/bin/webpack.js" />
33
33
</Target >
34
-
35
- <ItemGroup >
36
- <DotNetCliToolReference Include =" Microsoft.DotNet.Watcher.Tools" Version =" $(AspNetCoreToolsVersion)" />
37
- </ItemGroup >
38
-
39
34
</Project >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\..\build\dependencies.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >netcoreapp1.1 </TargetFramework >
6
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
7
7
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<Description >Helpers for building Angular applications on ASP.NET Core.</Description >
7
- <TargetFrameworks >net451;netstandard1.6</ TargetFrameworks >
7
+ <TargetFramework >netcoreapp2.0</ TargetFramework >
8
8
<PackageTags >aspnetcore;aspnetcoremvc;nodeservices</PackageTags >
9
9
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
10
10
</PropertyGroup >
Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<Description >Socket-based RPC for Microsoft.AspNetCore.NodeServices.</Description >
7
- <TargetFrameworks >net451;netstandard1.6</ TargetFrameworks >
7
+ <TargetFramework >netcoreapp2.0</ TargetFramework >
8
8
<PackageTags >aspnetcore;aspnetcoremvc;nodeservices</PackageTags >
9
9
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
10
10
</PropertyGroup >
17
17
<ProjectReference Include =" ..\Microsoft.AspNetCore.NodeServices\Microsoft.AspNetCore.NodeServices.csproj" />
18
18
</ItemGroup >
19
19
20
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451 ' " >
20
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461 ' " >
21
21
<PackageReference Include =" Microsoft.Tpl.Dataflow" Version =" $(MicrosoftDataflowVersion)" />
22
22
</ItemGroup >
23
23
24
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6 ' " >
24
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
25
25
<PackageReference Include =" System.IO.Pipes" Version =" $(CoreFxVersion)" />
26
26
<PackageReference Include =" System.Threading.Tasks.Dataflow" Version =" $(ThreadingDataflowVersion)" />
27
27
</ItemGroup >
Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<Description >Invoke Node.js modules at runtime in ASP.NET Core applications.</Description >
7
- <TargetFrameworks >net451;netstandard1.6</ TargetFrameworks >
7
+ <TargetFramework >netcoreapp2.0</ TargetFramework >
8
8
<PackageTags >aspnetcore;aspnetcoremvc;nodeservices</PackageTags >
9
9
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
10
10
</PropertyGroup >
19
19
<PackageReference Include =" Newtonsoft.Json" Version =" $(JsonNetVersion)" />
20
20
</ItemGroup >
21
21
22
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6 ' " >
22
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
23
23
<PackageReference Include =" System.Diagnostics.Process" Version =" $(CoreFxVersion)" />
24
24
<PackageReference Include =" System.IO.FileSystem.Watcher" Version =" $(CoreFxVersion)" />
25
25
<PackageReference Include =" System.Runtime.Loader" Version =" $(CoreFxVersion)" />
Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<Description >Helpers for building React applications on ASP.NET Core.</Description >
7
- <TargetFrameworks >net451;netstandard1.6</ TargetFrameworks >
7
+ <TargetFramework >netcoreapp2.0</ TargetFramework >
8
8
<PackageTags >aspnetcore;aspnetcoremvc;nodeservices</PackageTags >
9
9
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
10
10
</PropertyGroup >
Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<Description >Helpers for building single-page applications on ASP.NET MVC Core.</Description >
7
- <TargetFrameworks >net451;netstandard1.6</ TargetFrameworks >
7
+ <TargetFramework >netcoreapp2.0</ TargetFramework >
8
8
<PackageTags >aspnetcore;aspnetcoremvc;nodeservices</PackageTags >
9
9
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
10
10
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\build\dependencies.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >netcoreapp1.1 </TargetFramework >
6
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
7
7
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
14
14
15
15
<ItemGroup >
16
16
<PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version =" $(AspNetCoreVersion)" />
17
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" $(AspNetCoreMvcVersion )" />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" $(AspNetCoreVersion )" />
18
18
<PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" Version =" $(AspNetCoreVersion)" />
19
19
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" $(AspNetCoreVersion)" />
20
20
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" $(AspNetCoreVersion)" />
Original file line number Diff line number Diff line change
1
+ <!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
2
+ <Project >
3
+ <PropertyGroup >
4
+ <VersionPrefix >2.0.0</VersionPrefix >
5
+ <VersionSuffix >preview2</VersionSuffix >
6
+ </PropertyGroup >
7
+ </Project >
You can’t perform that action at this time.
0 commit comments