Common: Changed .Net Version to 4.8

This commit is contained in:
2023-01-20 12:25:13 +01:00
parent 4984277246
commit e0d18a7eea
4 changed files with 28 additions and 8 deletions

View File

@@ -10,7 +10,8 @@
<AssemblyName>DigitalData.GUIs.Common</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -183,6 +184,11 @@
<Compile Include="frmFileFlow_Success.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="NNfrmNotification_Startup.Designer.vb">
<DependentUpon>NNfrmNotification_Startup.vb</DependentUpon>
</Compile>
@@ -319,6 +325,7 @@
<None Include="app.config" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>