/
diev
/
CryptoPro-DotnetCoreSampleProject
Обзор
Документация
Войти
/
diev
/
CryptoPro-DotnetCoreSampleProject
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
DotnetSampleProject.csproj
22 строки
1 KB
Fasjeit
Актуализация примера - обновление версии рантайма, более дружелюбный код для linux без диалогов.
15 сен 2020, 11:05
15 сен 2020, 11:05
ec83969
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <RuntimeFrameworkVersion>3.1.3</RuntimeFrameworkVersion> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <!--<RuntimeIdentifier>linux-x64</RuntimeIdentifier>--> <!-- make self-contained --> <PackageConflictPreferredPackages>Microsoft.Private.CoreFx.NETCoreApp;runtime.win-x64.Microsoft.Private.CoreFx.NETCoreApp;runtime.linux-x64.Microsoft.Private.CoreFx.NETCoreApp;$(PackageConflictPreferredPackages)</PackageConflictPreferredPackages> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-dev.20465.1" /> </ItemGroup> <ItemGroup> <Reference Include="System.Security.Cryptography.Pkcs"> <HintPath>..\corefx\artifacts\bin\runtime\netcoreapp-Windows_NT-Debug-x64\System.Security.Cryptography.Pkcs.dll</HintPath> </Reference> <Reference Include="System.Security.Cryptography.Xml"> <HintPath>..\corefx\artifacts\bin\runtime\netcoreapp-Windows_NT-Debug-x64\System.Security.Cryptography.Xml.dll</HintPath> </Reference> </ItemGroup> </Project>