File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
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
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
- </PropertyGroup >
6
+ </PropertyGroup >
7
7
8
8
<ItemGroup >
9
9
<ProjectReference Include =" ..\..\..\src\MyTested.AspNetCore.Mvc.Lite\MyTested.AspNetCore.Mvc.Lite.csproj" />
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
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2 .0</TargetFrameworks >
4
+ <TargetFramework >netcoreapp3 .0</TargetFramework >
5
5
<NoWarn >$(NoWarn);CS1591</NoWarn >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
7
<AssemblyName >NoStartup.Components</AssemblyName >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <ProjectReference Include =" ..\NoStartup.Services\NoStartup.Services.csproj " />
15
+ <FrameworkReference Include =" Microsoft.AspNetCore.App " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.ViewFeatures " Version = " 2.2.* " />
19
+ <ProjectReference Include =" ..\NoStartup.Services\NoStartup.Services.csproj " />
20
20
</ItemGroup >
21
21
22
22
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2 .0</TargetFrameworks >
4
+ <TargetFramework >netcoreapp3 .0</TargetFramework >
5
5
<NoWarn >$(NoWarn);CS1591</NoWarn >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <ProjectReference Include =" ..\NoStartup.Services\NoStartup.Services.csproj " />
10
+ <FrameworkReference Include =" Microsoft.AspNetCore.App " />
11
11
</ItemGroup >
12
-
12
+
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Core " Version = " 2.2.5 " />
14
+ <ProjectReference Include =" ..\NoStartup.Services\NoStartup.Services.csproj " />
15
15
</ItemGroup >
16
16
17
17
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
5
5
<NoWarn >$(NoWarn);CS1591</NoWarn >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
7
<AssemblyName >NoStartup.Services</AssemblyName >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2.2;net461</ TargetFrameworks >
4
+ <TargetFramework >netcoreapp3.0</ TargetFramework >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
<PreserveCompilationContext >true</PreserveCompilationContext >
7
7
</PropertyGroup >
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0 " />
29
- <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0 " />
30
- <PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0 " />
28
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0-* " />
29
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 2.0.0-* " />
30
+ <PackageReference Include =" MSTest.TestFramework" Version =" 2.0.0-* " />
31
31
</ItemGroup >
32
32
33
33
</Project >
You can’t perform that action at this time.
0 commit comments