Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
linux touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Aug 16, 2020
1 parent df09081 commit a75dbb0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
Empty file modified init.ps1
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="myget.org/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" protocolVersion="3" />
<add key="xunit.devices CI" value="https://www.myget.org/F/xunit-xamarin/api/v2" />
</packageSources>
</configuration>
12 changes: 2 additions & 10 deletions src/PCLCrypto/PCLCrypto.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.Sdk.Extras">
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net472;netstandard2.0;MonoAndroid9;XamariniOS;netcoreapp2.1</TargetFrameworks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down Expand Up @@ -32,15 +32,7 @@
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid9' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid9' or '$(TargetFramework)' == 'XamariniOS' ">
<Reference Include="System.Numerics" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'XamariniOS' ">
<Reference Include="System.Numerics" />
</ItemGroup>

<ItemGroup>
<Folder Include="NetCore\" />
</ItemGroup>
</Project>
14 changes: 14 additions & 0 deletions stylecop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "Andrew Arnott",
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
"variables": {
"licenseName": "Microsoft Public License (Ms-PL)",
"licenseFile": "LICENSE"
},
"xmlHeader": false
}
}
}

0 comments on commit a75dbb0

Please sign in to comment.