Skip to content

Commit 537ddbe

Browse files
committed
Update all projects configuration
1 parent 37007df commit 537ddbe

File tree

95 files changed

+102
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+102
-275
lines changed

plugins/MyTested.AspNetCore.Mvc.NewtonsoftJson/MyTested.AspNetCore.Mvc.NewtonsoftJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>My Tested ASP.NET Core MVC Newtonsoft JSON components.</Description>
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.NewtonsoftJson</AssemblyTitle>
7-
<VersionPrefix>3.1.0</VersionPrefix>
7+
<VersionPrefix>3.1.1</VersionPrefix>
88
<Authors>Ivaylo Kenov</Authors>
99
<TargetFramework>netcoreapp3.1</TargetFramework>
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>

plugins/MyTested.AspNetCore.Mvc.Versioning/MyTested.AspNetCore.Mvc.Versioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>My Tested ASP.NET Core MVC versioning components.</Description>
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Versioning</AssemblyTitle>
7-
<VersionPrefix>3.1.0</VersionPrefix>
7+
<VersionPrefix>3.1.1</VersionPrefix>
88
<Authors>Ivaylo Kenov</Authors>
99
<TargetFramework>netcoreapp3.1</TargetFramework>
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>

samples/ApplicationParts/ApplicationParts.Controllers/ApplicationParts.Controllers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
99
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<IsPackable>false</IsPackable>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

samples/ApplicationParts/ApplicationParts.Models/ApplicationParts.Models.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
99
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<IsPackable>false</IsPackable>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

samples/ApplicationParts/ApplicationParts.Services/ApplicationParts.Services.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
99
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<IsPackable>false</IsPackable>
1112
</PropertyGroup>
1213

1314
</Project>

samples/ApplicationParts/ApplicationParts.Test/ApplicationParts.Test.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1919
<PackageReference Include="NUnit" Version="3.12.0" />
20-
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0">
21-
<PrivateAssets>all</PrivateAssets>
22-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23-
</PackageReference>
20+
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0" />
2421
</ItemGroup>
2522

2623
</Project>

samples/ApplicationParts/ApplicationParts.Web/ApplicationParts.Web.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.1" />
2222
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.1" />
2323
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.1" />
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.1">
25-
<PrivateAssets>all</PrivateAssets>
26-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
27-
</PackageReference>
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.1" />
2825
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.1" />
2926
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.1" />
3027
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.1" />

samples/Autofac/Autofac.AssemblyInit.Test/Autofac.AssemblyInit.Test.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6-
7-
<IsPackable>false</IsPackable>
86
</PropertyGroup>
97

108
<ItemGroup>

samples/Autofac/Autofac.NoContainerBuilder.Test/Autofac.NoContainerBuilder.Test.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6-
7-
<IsPackable>false</IsPackable>
86
</PropertyGroup>
97

108
<ItemGroup>
119
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1210
<PackageReference Include="xunit" Version="2.4.1" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
14-
<PrivateAssets>all</PrivateAssets>
15-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16-
</PackageReference>
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
1712
</ItemGroup>
1813

1914
<ItemGroup>

samples/Autofac/Autofac.Test/Autofac.Test.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6-
7-
<IsPackable>false</IsPackable>
86
</PropertyGroup>
97

108
<ItemGroup>
119
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1210
<PackageReference Include="xunit" Version="2.4.1" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
14-
<PrivateAssets>all</PrivateAssets>
15-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16-
</PackageReference>
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
1712
</ItemGroup>
1813

1914
<ItemGroup>

0 commit comments

Comments
 (0)