diff --git a/src/NLogViewer.TestApp/NLogViewer.TestApp.csproj b/src/NLogViewer.TestApp/NLogViewer.TestApp.csproj index 97d121f..43fc610 100644 --- a/src/NLogViewer.TestApp/NLogViewer.TestApp.csproj +++ b/src/NLogViewer.TestApp/NLogViewer.TestApp.csproj @@ -1,4 +1,4 @@ - + WinExe diff --git a/src/NLogViewer/NLogViewer.csproj b/src/NLogViewer/NLogViewer.csproj index 973d18e..51cb887 100644 --- a/src/NLogViewer/NLogViewer.csproj +++ b/src/NLogViewer/NLogViewer.csproj @@ -1,4 +1,4 @@ - + net6-windows diff --git a/src/NLogViewer/global.json b/src/NLogViewer/global.json new file mode 100644 index 0000000..f45c840 --- /dev/null +++ b/src/NLogViewer/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "6.0.101", + "rollForward": "disable" + } +} \ No newline at end of file