Skip to content

Commit 8a381bd

Browse files
committed
2 parents 8748f2e + 66799da commit 8a381bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/RDev/RDev.NET5.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net48</TargetFrameworks>
4+
<TargetFrameworks>net8.0-windows</TargetFrameworks>
55
<UseWindowsForms>true</UseWindowsForms>
66
<Platforms>AnyCPU;x64</Platforms>
77
<Configurations>Debug;Release;Rsharp_app_release;mzkit_win32</Configurations>
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3537.50" />
39+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3595.46" />
4040
<PackageReference Include="System.Buffers" Version="4.6.1" />
4141
<PackageReference Include="System.Numerics.Vectors" Version="4.6.1" />
4242
</ItemGroup>

0 commit comments

Comments
 (0)