Remove strong name settings for Icon, Emoji and EF projects

This commit is contained in:
Vincent Baaij 2024-06-17 14:01:58 +02:00
Родитель 2f82c48ecc
Коммит f8072bf99f
4 изменённых файлов: 1 добавлений и 22 удалений

Просмотреть файл

@ -12,7 +12,6 @@
<IsTrimmable>true</IsTrimmable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SignAssembly>false</SignAssembly>
<Summary>A Blazor wrapper library for the official Microsoft Fluent UI Emoji set.</Summary>
<PackageTags>Emoji, Fluent UI, Blazor, .NET8</PackageTags>
<Title>A Blazor wrapper library for the official Microsoft Fluent UI Emoji set.</Title>
@ -39,11 +38,4 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<FilesToSign Include="$(OutDir)\Microsoft.FluentUI.AspNetCore.Components.Emoji.dll">
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
</Project>

Просмотреть файл

@ -43,11 +43,4 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<FilesToSign Include="$(OutDir)\Microsoft.FluentUI.AspNetCore.Components.Icons.dll">
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
</Project>

Просмотреть файл

@ -22,7 +22,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
</PropertyGroup>

Просмотреть файл

@ -60,10 +60,4 @@
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<FilesToSign Include="$(OutDir)\Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter.dll">
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
</Project>