mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Bumps System.Formats.Asn1 from 8.0.1 to 9.0.8 Bumps System.Security.Cryptography.Pkcs from 8.0.0 to 9.0.8 --- updated-dependencies: - dependency-name: System.Formats.Asn1 dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Security.Cryptography.Pkcs dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1.9 KiB
XML
38 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers>
|
|
<!-- <SelfContained>true</SelfContained> -->
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
<NoWarn>NU1701;NU1603;SYSLIB0050;SYSLIB0051</NoWarn>
|
|
<Version>$(Version)</Version>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<LangVersion>8.0</LangVersion>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Azure.Storage.Blobs" Version="12.25.0" />
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
|
|
<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />
|
|
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="9.0.8" />
|
|
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
|
|
<PackageReference Include="Minimatch" Version="2.0.0" />
|
|
<PackageReference Include="YamlDotNet.Signed" Version="5.3.0" />
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
|
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
|
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
|
|
<PackageReference Include="System.Formats.Asn1" Version="9.0.8" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="DTPipelines\workflow-v1.0.json">
|
|
<LogicalName>GitHub.DistributedTask.Pipelines.ObjectTemplating.workflow-v1.0.json</LogicalName>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Project>
|