Skip to content

Commit 6c46353

Browse files
authored
Merge pull request #411 from ivaylokenov/version-7.0
Version 7.0
2 parents a57f3ce + 543a30c commit 6c46353

File tree

112 files changed

+413
-552
lines changed

Some content is hidden

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

112 files changed

+413
-552
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MyTested.AspNetCore.Mvc
2-
Code by Ivaylo Kenov. Copyright (c) 2015-2022 Ivaylo Kenov.
2+
Code by Ivaylo Kenov. Copyright (c) 2015-2023 Ivaylo Kenov.
33
===============================================================================
44

55
MyTested.AspNetCore.Mvc is intended to be used in both open-source and commercial environments. To allow its use in as many

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<Description>My Tested ASP.NET Core MVC Newtonsoft JSON components.</Description>
5-
<Copyright>2015-2022 Ivaylo Kenov</Copyright>
5+
<Copyright>2015-2023 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.NewtonsoftJson</AssemblyTitle>
7-
<VersionPrefix>6.0.0</VersionPrefix>
7+
<VersionPrefix>7.0.0</VersionPrefix>
88
<Authors>Ivaylo Kenov</Authors>
9-
<TargetFramework>net6.0</TargetFramework>
9+
<TargetFramework>net7.0</TargetFramework>
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -29,7 +29,7 @@
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.3" />
32+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.1" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

plugins/MyTested.AspNetCore.Mvc.Razor.RuntimeCompilation/MyTested.AspNetCore.Mvc.Razor.RuntimeCompilation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<Description>My Tested ASP.NET Core MVC razor runtime compilation components.</Description>
5-
<Copyright>2015-2022 Ivaylo Kenov</Copyright>
5+
<Copyright>2015-2023 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Razor.RuntimeCompilation</AssemblyTitle>
7-
<VersionPrefix>6.0.0</VersionPrefix>
7+
<VersionPrefix>7.0.0</VersionPrefix>
88
<Authors>Ivaylo Kenov</Authors>
9-
<TargetFramework>net6.0</TargetFramework>
9+
<TargetFramework>net7.0</TargetFramework>
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -29,7 +29,7 @@
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.3" />
32+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.1" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<Description>My Tested ASP.NET Core MVC versioning components.</Description>
5-
<Copyright>2015-2022 Ivaylo Kenov</Copyright>
5+
<Copyright>2015-2023 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Versioning</AssemblyTitle>
7-
<VersionPrefix>6.0.0</VersionPrefix>
7+
<VersionPrefix>7.0.0</VersionPrefix>
88
<Authors>Ivaylo Kenov</Authors>
9-
<TargetFramework>net6.0</TargetFramework>
9+
<TargetFramework>net7.0</TargetFramework>
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<AssemblyName>ApplicationParts.Controllers</AssemblyName>
66
<PackageId>ApplicationParts.Controllers</PackageId>
77
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.3" />
20+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.1" />
2121
</ItemGroup>
2222

2323
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<AssemblyName>ApplicationParts.Models</AssemblyName>
66
<PackageId>ApplicationParts.Models</PackageId>
77
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.3" />
19+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.1" />
2020
</ItemGroup>
2121

2222
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<AssemblyName>ApplicationParts.Services</AssemblyName>
66
<PackageId>ApplicationParts.Services</PackageId>
77
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
</PropertyGroup>
77

@@ -15,9 +15,9 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
19-
<PackageReference Include="NUnit" Version="3.13.2" />
20-
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
19+
<PackageReference Include="NUnit" Version="3.13.3" />
20+
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
2121
</ItemGroup>
2222

2323
</Project>
Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<AssemblyName>ApplicationParts.Web</AssemblyName>
66
<UserSecretsId>aspnet-ApplicationParts.Web-c273a372-79ef-490d-b0e1-a7fb8f2dacc7</UserSecretsId>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -18,19 +18,16 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.3" />
22-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.3" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.3">
25-
<PrivateAssets>all</PrivateAssets>
26-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27-
</PackageReference>
28-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" />
29-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
30-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
31-
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
32-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
33-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
21+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.1" />
22+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.1" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.1" />
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.1" />
25+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
28+
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
29+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
30+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
3431
</ItemGroup>
3532

3633
</Project>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
11-
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
11+
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)