File tree Expand file tree Collapse file tree 12 files changed +30
-27
lines changed
ApplicationParts.Controllers
ApplicationParts.Services Expand file tree Collapse file tree 12 files changed +30
-27
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
4
+ <TargetFramework >netcoreapp3.0</TargetFramework >
5
5
<AssemblyName >ApplicationParts.Controllers</AssemblyName >
6
6
<PackageId >ApplicationParts.Controllers</PackageId >
7
7
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
4
+ <TargetFramework >netcoreapp3.0</TargetFramework >
5
5
<AssemblyName >ApplicationParts.Models</AssemblyName >
6
6
<PackageId >ApplicationParts.Models</PackageId >
7
7
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
4
+ <TargetFramework >netcoreapp3.0</TargetFramework >
5
5
<AssemblyName >ApplicationParts.Services</AssemblyName >
6
6
<PackageId >ApplicationParts.Services</PackageId >
7
7
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
5
- <PreserveCompilationContext >true</PreserveCompilationContext >
4
+ <TargetFramework >netcoreapp3.0</TargetFramework >
6
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
6
</PropertyGroup >
8
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
4
+ <TargetFramework >netcoreapp3.0</TargetFramework >
5
5
<AssemblyName >ApplicationParts.Web</AssemblyName >
6
6
<UserSecretsId >aspnet-ApplicationParts.Web-c273a372-79ef-490d-b0e1-a7fb8f2dacc7</UserSecretsId >
7
7
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2 .0</TargetFramework >
4
+ <TargetFramework >netcoreapp3 .0</TargetFramework >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.AspNetCore.Mvc " Version = " 2.2.* " />
9
+ <FrameworkReference Include =" Microsoft.AspNetCore.App " />
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2 .0</TargetFramework >
4
+ <TargetFramework >netcoreapp3 .0</TargetFramework >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 2.2. *" />
10
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.2.6 " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.0.0- *" />
10
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.0.0-* " />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2 .0</TargetFramework >
4
+ <TargetFramework >netcoreapp3 .0</TargetFramework >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web " >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.2 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
</PropertyGroup >
7
7
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.AspNetCore.App" />
20
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
19
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0-*" />
21
20
<PackageReference Include =" Moq" Version =" 4.12.0" />
22
- <PackageReference Include =" Shouldly" Version =" 3 .0.2 " />
21
+ <PackageReference Include =" Shouldly" Version =" 4 .0.0-* " />
23
22
<PackageReference Include =" xunit" Version =" 2.4.1" />
24
23
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
25
24
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.2 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
5
5
<UserSecretsId >aspnet-Blog.Web-6757ED6F-7F48-4961-917B-ADA8F5DEAFB4</UserSecretsId >
6
6
<AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
7
7
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" AutoMapper.Extensions.Microsoft.DependencyInjection" Version =" 7.0.0" />
12
- <PackageReference Include =" Microsoft.AspNetCore.App" />
13
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.2.3" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.0.0-*" />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.0.0-*" />
14
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.0.0-*" />
14
15
</ItemGroup >
15
16
16
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments