Skip to content

Commit b3d89f5

Browse files
committed
Update .Net Framework to version 4.8
1 parent f8bc5e7 commit b3d89f5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

NavisPythonShell/NavisPythonShell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
5151
</PropertyGroup>
5252
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
53-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
53+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
5454
<DefineConstants>DEBUG;TRACE</DefineConstants>
5555
<DebugType>Full</DebugType>
5656
</PropertyGroup>

NpsRuntime/NpsRuntime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
33-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
33+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
3434
<DefineConstants>DEBUG;TRACE</DefineConstants>
3535
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
3636
<DebugType>Full</DebugType>

PythonConsoleControl/PythonConsoleControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<OutputPath>bin\$(Configuration)\</OutputPath>
4343
</PropertyGroup>
4444
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
45-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
45+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
4646
<DebugType>Full</DebugType>
4747
<DefineConstants>DEBUG;TRACE</DefineConstants>
4848
<Optimize>False</Optimize>

0 commit comments

Comments
 (0)