Skip to content

Commit

Permalink
sha384-certificate-support
Browse files Browse the repository at this point in the history
- Updated the Microsoft.Build.Tasks.Core nuget package to version 17.0.0 so that
  it includes this fix dotnet/msbuild#6882
  • Loading branch information
ClaytonJohnsonCashies committed Jul 7, 2022
1 parent 72cc424 commit 28dfdf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clickonce/MageCLI/MageCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PlatformSpecificBuild>true</PlatformSpecificBuild>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<PropertyGroup>
<IsPackable Condition="'$(TargetArchitecture)' == 'x86'">true</IsPackable>
Expand All @@ -35,7 +36,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCoreVersion)" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.0.0" />
</ItemGroup>
<ItemGroup Condition="!$(TargetFramework.StartsWith('net4'))">
<PackageReference Include="System.Security.Cryptography.Cng" Version="4.7.0" />
Expand Down

0 comments on commit 28dfdf2

Please sign in to comment.