We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8748f2e + 66799da commit 8a381bdCopy full SHA for 8a381bd
1 file changed
src/RDev/RDev.NET5.vbproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net48</TargetFrameworks>
+ <TargetFrameworks>net8.0-windows</TargetFrameworks>
5
<UseWindowsForms>true</UseWindowsForms>
6
<Platforms>AnyCPU;x64</Platforms>
7
<Configurations>Debug;Release;Rsharp_app_release;mzkit_win32</Configurations>
@@ -36,7 +36,7 @@
36
</ItemGroup>
37
38
<ItemGroup>
39
- <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3537.50" />
+ <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3595.46" />
40
<PackageReference Include="System.Buffers" Version="4.6.1" />
41
<PackageReference Include="System.Numerics.Vectors" Version="4.6.1" />
42
0 commit comments