diff --git a/XUnitDIStudy.Test/XUnitDIStudy.Test.csproj b/XUnitDIStudy.Test/XUnitDIStudy.Test.csproj index d769e53..d3cd72e 100644 --- a/XUnitDIStudy.Test/XUnitDIStudy.Test.csproj +++ b/XUnitDIStudy.Test/XUnitDIStudy.Test.csproj @@ -1,32 +1,27 @@  - - net5.0 - + net8.0 false - - - - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all + + - - - + \ No newline at end of file diff --git a/XUnitDIStudy.WebApp/XUnitDIStudy.WebApp.csproj b/XUnitDIStudy.WebApp/XUnitDIStudy.WebApp.csproj index 76fefcf..62cc996 100644 --- a/XUnitDIStudy.WebApp/XUnitDIStudy.WebApp.csproj +++ b/XUnitDIStudy.WebApp/XUnitDIStudy.WebApp.csproj @@ -1,17 +1,13 @@ - - net5.0 + net8.0 - - - - + + + - - - + \ No newline at end of file diff --git a/XUnitDIStudy.sln b/XUnitDIStudy.sln index 25bb58b..bf1b5b9 100644 --- a/XUnitDIStudy.sln +++ b/XUnitDIStudy.sln @@ -1,13 +1,13 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30804.86 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitDIStudy.Service", "XUnitDIStudy.Service\XUnitDIStudy.Service.csproj", "{12105FBE-85A9-4B2A-88F9-3EDF67C8CD5F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitDIStudy.WebApp", "XUnitDIStudy.WebApp\XUnitDIStudy.WebApp.csproj", "{4E18B97C-D40D-449E-AB78-F97B5D4913F3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnitDIStudy.WebApp", "XUnitDIStudy.WebApp\XUnitDIStudy.WebApp.csproj", "{4E18B97C-D40D-449E-AB78-F97B5D4913F3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitDIStudy.Test", "XUnitDIStudy.Test\XUnitDIStudy.Test.csproj", "{4D1A2657-8B91-49CD-97C3-F34FD3D6DCB8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnitDIStudy.Test", "XUnitDIStudy.Test\XUnitDIStudy.Test.csproj", "{4D1A2657-8B91-49CD-97C3-F34FD3D6DCB8}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitDIStudy.Model", "XUnitDIStudy.Model\XUnitDIStudy.Model.csproj", "{706B4560-0B72-4EE8-9AF5-1907BB2CCCDB}" EndProject