Skip to content

Commit

Permalink
.NETFramework,Version=v4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GioviQ committed Nov 17, 2023
1 parent 95b1203 commit f331627
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>preview</LangVersion>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Authors>Giovanni Quarella</Authors>
<RepositoryUrl>https://github.com/GioviQ/Biometrics</RepositoryUrl>
<PackageProjectUrl>https://github.com/GioviQ/Biometrics</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Lirox/FingerPrintHelper/FingerPrintHelperLirox.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Biometrics</RootNamespace>
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
<PlatformTarget>x86</PlatformTarget>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion TestFingerPrintHelper/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<applicationSettings>
<TestFingerPrintHelper.Properties.Settings>
Expand Down
4 changes: 2 additions & 2 deletions TestFingerPrintHelper/TestFingerPrintHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<ProjectGuid>{F69C8FCE-EACF-456B-BC84-6BD3BD9ACD64}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Spectre.Console" Version="0.44.0" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\digitalPersona\FingerPrintHelper\FingerPrintHelperDP.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion ZKTeco/FingerPrintHelper/FingerPrintHelperZK.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Biometrics</RootNamespace>
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<PlatformTarget>x86</PlatformTarget>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Biometrics</RootNamespace>
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<PlatformTarget>x86</PlatformTarget>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit f331627

Please sign in to comment.