Skip to content

Commit 93e9b8d

Browse files
committed
-
1 parent 3caa871 commit 93e9b8d

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Root Type="DevExpress.CodeRush.Foundation.CodePlaces.Options.FavoritesListContainer">
3+
<Options Language="Neutral">
4+
<Groups />
5+
</Options>
6+
</Root>

AutoHistory.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30907.101
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.33205.214
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EEF95A1B-E224-4488-91ED-4CC4EC3CEEE3}"
77
EndProject
@@ -20,7 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2020
EndProject
2121
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{1C12ACF7-CF58-460C-8EF3-2349D8E62AC1}"
2222
EndProject
23-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore5.0.MVC.EF.Blogs", "samples\AspNetCore5.0.MVC.EF.Blogs\AspNetCore5.0.MVC.EF.Blogs.csproj", "{01180CD5-4F4E-4C51-9478-00090C03FE73}"
23+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.MVC.EF.Blogs", "samples\AspNetCore.MVC.EF.Blogs\AspNetCore.MVC.EF.Blogs.csproj", "{B2DD8A9E-3F91-4192-9272-9D101B922A0C}"
2424
EndProject
2525
Global
2626
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -36,18 +36,18 @@ Global
3636
{2F6C239E-9F05-4654-936B-CFBB00412E4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
3737
{2F6C239E-9F05-4654-936B-CFBB00412E4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
3838
{2F6C239E-9F05-4654-936B-CFBB00412E4B}.Release|Any CPU.Build.0 = Release|Any CPU
39-
{01180CD5-4F4E-4C51-9478-00090C03FE73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40-
{01180CD5-4F4E-4C51-9478-00090C03FE73}.Debug|Any CPU.Build.0 = Debug|Any CPU
41-
{01180CD5-4F4E-4C51-9478-00090C03FE73}.Release|Any CPU.ActiveCfg = Release|Any CPU
42-
{01180CD5-4F4E-4C51-9478-00090C03FE73}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{B2DD8A9E-3F91-4192-9272-9D101B922A0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40+
{B2DD8A9E-3F91-4192-9272-9D101B922A0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
41+
{B2DD8A9E-3F91-4192-9272-9D101B922A0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
42+
{B2DD8A9E-3F91-4192-9272-9D101B922A0C}.Release|Any CPU.Build.0 = Release|Any CPU
4343
EndGlobalSection
4444
GlobalSection(SolutionProperties) = preSolution
4545
HideSolutionNode = FALSE
4646
EndGlobalSection
4747
GlobalSection(NestedProjects) = preSolution
4848
{5927DE0F-FA62-4B71-8AAF-2B3DDC405E34} = {EEF95A1B-E224-4488-91ED-4CC4EC3CEEE3}
4949
{2F6C239E-9F05-4654-936B-CFBB00412E4B} = {504C6707-0D9C-4FA7-861D-B1A97AF39E32}
50-
{01180CD5-4F4E-4C51-9478-00090C03FE73} = {1C12ACF7-CF58-460C-8EF3-2349D8E62AC1}
50+
{B2DD8A9E-3F91-4192-9272-9D101B922A0C} = {1C12ACF7-CF58-460C-8EF3-2349D8E62AC1}
5151
EndGlobalSection
5252
GlobalSection(ExtensibilityGlobals) = postSolution
5353
SolutionGuid = {ED8B7FB1-308D-49C1-8124-E03D7D6E6D85}

samples/AspNetCore.MVC.EF.Blogs/AspNetCore.MVC.EF.Blogs.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.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<!--<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>-->
66
</PropertyGroup>
77

src/Microsoft.EntityFrameworkCore.AutoHistory/Microsoft.EntityFrameworkCore.AutoHistory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.</Description>
44
<VersionPrefix>6.0.0</VersionPrefix>
55
<Authors>rigofunc;[email protected]</Authors>
6-
<TargetFramework>net6.0</TargetFramework>
6+
<TargetFramework>net7.0</TargetFramework>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>

test/Microsoft.EntityFrameworkCore.AutoHistory.Test/Microsoft.EntityFrameworkCore.AutoHistory.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net7.0</TargetFramework>
44
<NoWarn>$(NoWarn);CS1591</NoWarn>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<AssemblyName>Microsoft.EntityFrameworkCore.AutoHistory.Test</AssemblyName>

0 commit comments

Comments
 (0)