mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 22:29:28 +00:00
1fae173b11
Bumps [System.Security.Cryptography.ProtectedData](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: System.Security.Cryptography.ProtectedData dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
896 B
XML
27 lines
896 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
|
<LangVersion>latest</LangVersion>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<RootNamespace>System</RootNamespace>
|
|
<Version>1.2.5</Version>
|
|
<Authors>Alexandru Macocian</Authors>
|
|
<RepositoryUrl>https://github.com/AlexMacocian/SystemExtensions</RepositoryUrl>
|
|
<Description>Security extensions for the System namespace</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="../LICENSE">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="7.0.1" />
|
|
</ItemGroup>
|
|
|
|
</Project> |