Skip to content

Commit

Permalink
- updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed Apr 11, 2024
1 parent fc5c4a4 commit 992d715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Notepad Light/Notepad Light.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<RootNamespace>Notepad_Light</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
Expand All @@ -22,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.33.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2470-prerelease" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 992d715

Please sign in to comment.