Skip to content

Commit

Permalink
Updated to tools to .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ordonez-mdevs committed Nov 9, 2023
1 parent d4f345e commit 6b018d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Paradigm.ORM.DataExport/Paradigm.ORM.DataExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ApplicationIcon>dataexport.ico</ApplicationIcon>
<StartupObject>Paradigm.ORM.DataExport.Program</StartupObject>
<AssemblyName>dataexport</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/Paradigm.ORM.DbFirst/Paradigm.ORM.DbFirst.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
<ApplicationIcon>dbfirst.ico</ApplicationIcon>
<OutputTypeEx>exe</OutputTypeEx>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
<ApplicationIcon>dbpublisher.ico</ApplicationIcon>
<OutputTypeEx>exe</OutputTypeEx>
Expand Down

0 comments on commit 6b018d9

Please sign in to comment.