File tree 6 files changed +5
-9
lines changed
6 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 8
8
* .fsproj merge =union
9
9
* .dbproj merge =union
10
10
11
+ * .snk binary
12
+
11
13
# Normalise endings to CRLF
12
14
* .cs eol =crlf
13
15
* .xml eol =crlf
Original file line number Diff line number Diff line change 6
6
<EmbedUntrackedSources >true</EmbedUntrackedSources >
7
7
<ImplicitUsings >enable</ImplicitUsings >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
+ <SignAssembly >true</SignAssembly >
10
+ <AssemblyOriginatorKeyFile >$(SolutionDir)Humanizer.snk</AssemblyOriginatorKeyFile >
9
11
</PropertyGroup >
10
12
<ItemGroup >
11
13
<Using Include =" System.ReadOnlySpan< System.Char> " Alias =" CharSpan" />
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Verify.DiffPlex" Version =" 2.3.0" />
13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
14
14
<ProjectReference Include =" ..\Humanizer\Humanizer.csproj" />
15
- <Reference Include =" System.ComponentModel.DataAnnotations" Condition =" '$(TargetFramework)' == 'net48' " />
15
+ <Reference Include =" System.ComponentModel.DataAnnotations" Condition =" '$(TargetFramework)' == 'net48' " />
16
16
17
17
<Compile Include =" ..\Humanizer.Tests.Shared\**\*.cs" >
18
18
<Link >%(RecursiveDir)%(Filename)%(Extension)</Link >
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
<Copyright >Copyright © .NET Foundation and Contributors</Copyright >
10
10
<Product >Humanizer ($(TargetFramework))</Product >
11
11
<GenerateDocumentationFile Condition =" '$(Configuration)' == 'Release' " >true</GenerateDocumentationFile >
12
- <SignAssembly >true</SignAssembly >
13
- <AssemblyOriginatorKeyFile >Humanizer.snk</AssemblyOriginatorKeyFile >
14
12
<DebugType Condition =" '$(BuildingForLiveUnitTesting)' != 'true' " >embedded</DebugType >
15
13
<NoWarn >CS1573;CS1591</NoWarn >
16
14
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments