Skip to content

Commit

Permalink
Merge pull request #85 from dojo90/84-downgrade-SDK-to-6.0.101
Browse files Browse the repository at this point in the history
84 downgrade sdk to 6.0.101
  • Loading branch information
djonasdev authored Jun 28, 2022
2 parents a39c406 + f920481 commit ff904fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NLogViewer.TestApp/NLogViewer.TestApp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/NLogViewer/NLogViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6-windows</TargetFramework>
Expand Down
6 changes: 6 additions & 0 deletions src/NLogViewer/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "6.0.101",
"rollForward": "disable"
}
}

0 comments on commit ff904fc

Please sign in to comment.