This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp1.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
4
4
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.0 " />
9
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.1 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.0-* " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0-* " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.SpaServices" Version =" 1.1.1" />
11
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.0 " />
12
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0-* " />
12
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0-* " />
13
13
</ItemGroup >
14
14
<ItemGroup >
15
15
<!-- Files not to show in IDE -->
Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp1.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
4
4
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.0 " />
9
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.1 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.0-* " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0-* " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.SpaServices" Version =" 1.1.1" />
11
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.0 " />
12
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0-* " />
12
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0-* " />
13
13
</ItemGroup >
14
14
<ItemGroup >
15
15
<!-- Files not to show in IDE -->
Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp1.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
4
4
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.0 " />
9
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.1 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.0-* " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0-* " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.SpaServices" Version =" 1.1.1" />
11
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.0 " />
12
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0-* " />
12
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0-* " />
13
13
</ItemGroup >
14
14
<ItemGroup >
15
15
<!-- Files not to show in IDE -->
Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp1.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
4
4
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.0 " />
9
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.1 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.0-* " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0-* " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.SpaServices" Version =" 1.1.1" />
11
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.0 " />
12
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0-* " />
12
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0-* " />
13
13
</ItemGroup >
14
14
<ItemGroup >
15
15
<!-- Files not to show in IDE -->
Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp1.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
4
4
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.0 " />
9
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.1 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.0-* " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0-* " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.SpaServices" Version =" 1.1.1" />
11
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.0 " />
12
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0-* " />
12
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0-* " />
13
13
</ItemGroup >
14
14
<ItemGroup >
15
15
<!-- Files not to show in IDE -->
Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp1.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
4
4
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.0 " />
9
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.1 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0.0-* " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0-* " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.SpaServices" Version =" 1.1.1" />
11
- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.0 " />
12
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0-* " />
12
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0-* " />
13
13
</ItemGroup >
14
14
<ItemGroup >
15
15
<!-- Files not to show in IDE -->
You can’t perform that action at this time.
0 commit comments