Skip to content

Commit

Permalink
Merge pull request #81 from kasperk81/patch-1
Browse files Browse the repository at this point in the history
use correct framework
  • Loading branch information
peteroupc authored Dec 20, 2024
2 parents f50ca36 + dcc756b commit c6616d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CBORDocs2/CBORDocs2.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk='Microsoft.NET.Sdk'>
<PropertyGroup>
<TargetFramework>netcoreapp6.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<!--<GenerateProgramFile>false</GenerateProgramFile>-->
</PropertyGroup>
<PropertyGroup Condition=' &apos;$(Configuration)&apos;==&apos;Debug&apos; '>
Expand Down
2 changes: 1 addition & 1 deletion CBORTest/CBORTest.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk='Microsoft.NET.Sdk'>
<PropertyGroup>
<TargetFramework>netcoreapp8.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=' &apos;$(Configuration)&apos;==&apos;Debug&apos; '>
<DebugType>full</DebugType>
Expand Down

0 comments on commit c6616d3

Please sign in to comment.