diff --git a/App_Data/app.xml b/App_Data/app.xml index feab349..f5d2283 100644 --- a/App_Data/app.xml +++ b/App_Data/app.xml @@ -1,5 +1,5 @@ - +
@@ -291,7 +291,7 @@ - + diff --git a/app.csproj b/app.csproj index 54a8f37..9c3f9a3 100644 --- a/app.csproj +++ b/app.csproj @@ -1,73 +1,74 @@ + + - - net472 + AppCode + - - ThisApp + + + true + true + true + true + - + + + + net472 8.0 - - - ..\..\..\..\bin - - - - + + + + + net8.0 + latest + + + ..\..\.. + + + ..\..\..\bin\Debug\net8.0 + + + - + + + + + + + + + + - - - - + - - - - + + - \ No newline at end of file + + diff --git a/app.sln b/app.sln index c6fdbe1..110ad34 100644 --- a/app.sln +++ b/app.sln @@ -9,5 +9,18 @@ EndProject # This is necessary so that VS Code can perform intellisense in Razor # It also requires a csproj file to exist as well # -# Read more on https://go.2sxc.org/vscode +# Read more and get help for issues on https://go.2sxc.org/vscode # + +# Addition 2024-05 +# The following section is suddenly required by the C# DevKit +# See https://github.com/microsoft/vscode-dotnettools/issues/1151 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/readme.md b/readme.md index 86b21a7..93d685a 100644 --- a/readme.md +++ b/readme.md @@ -70,3 +70,5 @@ The Source Code is all here - so you can easily customize to your hearts desire! * v03.17.00 2024-04 * strong typed * Auto Generated Class +* v03.17.01 2024-07 + * Update app.sln and app.csproj \ No newline at end of file