Skip to content

Commit

Permalink
Updating project files
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinLokhat committed Jan 5, 2025
1 parent c363a50 commit 0689792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Core/Upsilon.Apps.PassKey.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>$(AssemblyName)</Title>
<Authors>Yassin Lokhat</Authors>
<Configurations>Debug;Release</Configurations>
<Description>A local stored Password Manager Core.</Description>
<Version>3.0.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>9999</WarningLevel>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<DebugType>embedded</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<WarningLevel>9999</WarningLevel>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<DebugType>embedded</DebugType>
<Optimize>False</Optimize>
<DebugType>portable</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion UnitTests/Upsilon.Apps.PassKey.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 0689792

Please sign in to comment.