Skip to content

Commit

Permalink
Merge branch 'PB-30383_Investigate-how-snyk-could-monitor-UWP-C-depen…
Browse files Browse the repository at this point in the history
…dencies_Pierre-Colart' into 'release'

Pb 30383 investigate how snyk could monitor uwp c dependencies pierre colart

See merge request passbolt/desktop/passbolt-windows!161
  • Loading branch information
gmougenel committed Aug 1, 2024
2 parents da5b649 + 8c530ef commit 5ecf2e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions passbolt-windows-tests/passbolt-windows-tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard1.4</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion passbolt/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="Passbolt.Passbolt"
Publisher="CN=741D8DC2-3150-4E31-91A8-695906ECE6D2"
Version="1.2.0.0" />
Version="1.3.0.0" />

<mp:PhoneIdentity PhoneProductId="7a57bbf2-aa18-46c4-a24d-67165674edc0" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
3 changes: 3 additions & 0 deletions passbolt/passbolt-windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard1.4</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
Expand Down

0 comments on commit 5ecf2e9

Please sign in to comment.