Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Microsoft.PowerShell.Pager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Linq;

[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("test,PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("test")]
namespace Microsoft.PowerShell
{
/// <summary>
Expand Down
5 changes: 0 additions & 5 deletions src/Microsoft.PowerShell.Pager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<IsPackable>true</IsPackable>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>signing/visualstudiopublic.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>

Expand Down
Binary file removed src/signing/visualstudiopublic.snk
Binary file not shown.
6 changes: 0 additions & 6 deletions test/test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>../src/signing/visualstudiopublic.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../src/Microsoft.PowerShell.Pager.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
Expand Down