Skip to content

Commit

Permalink
Pb 30383 investigate how snyk could monitor uwp c dependencies pierre…
Browse files Browse the repository at this point in the history
… colart
  • Loading branch information
scadra authored and gmougenel committed Aug 1, 2024
1 parent da5b649 commit 8c530ef
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 8c530ef

Please sign in to comment.