Remove strong name settings for Icon, Emoji and EF projects
This commit is contained in:
Родитель
2f82c48ecc
Коммит
f8072bf99f
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче