Skip to content

Commit

Permalink
added .keep file to ensure order will remain existing
Browse files Browse the repository at this point in the history
  • Loading branch information
GyroGearl00se committed Jun 14, 2024
1 parent 718a639 commit 95fa135
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 8 additions & 4 deletions SolaceWebClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blazored.Toast" Version="4.2.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="SolaceSystems.Solclient.Messaging" Version="10.24.0" />
<None Remove="trustedca\.keep" />
</ItemGroup>

<ItemGroup>
<Folder Include="trustedca\" />
<Compile Include="trustedca\.keep" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blazored.Toast" Version="4.2.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="SolaceSystems.Solclient.Messaging" Version="10.24.0" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions trustedca/.keep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@


0 comments on commit 95fa135

Please sign in to comment.