Skip to content

Commit

Permalink
Remove System.Security.Principal.Windows reference (#5229)
Browse files Browse the repository at this point in the history
* Remove System.Security.Principal.Windows reference

System.Security.Principal.Windows's package shouldn't be referenced anymore as it got ingested into the .NETCoreApp shared framework with .NET 6.

* Update Versions.props

* Update System.ServiceModel.NetFramingBase.csproj
  • Loading branch information
ViktorHofer committed Aug 10, 2023
1 parent b72b72e commit 855ab95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<!-- CoreFx dependencies -->
<PropertyGroup>
<SystemReflectionDispatchProxyPackageVersion>4.7.1</SystemReflectionDispatchProxyPackageVersion>
<SystemSecurityPrincipalWindowsPackageVersion>5.0.0</SystemSecurityPrincipalWindowsPackageVersion>
<SystemSecurityCryptographyXmlPackageVersion>6.0.1</SystemSecurityCryptographyXmlPackageVersion>
<MicrosoftExtensionsObjectPoolVersion>6.0.16</MicrosoftExtensionsObjectPoolVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<CLSCompliant>true</CLSCompliant>
<IsPackable>true</IsPackable>
<IsShipping>$(Ship_WcfPackages)</IsShipping>
<!-- TODO: Make this net462 and netstandard2.0 after it's multi-targetting .NET Framework -->
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>System.ServiceModel</RootNamespace>
<DebugType>full</DebugType>
Expand All @@ -18,10 +17,6 @@
<ProjectReference Include="..\..\System.ServiceModel.Primitives\src\System.ServiceModel.Primitives.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Security.Principal.Windows" Version="$(SystemSecurityPrincipalWindowsPackageVersion)" />
</ItemGroup>

<!--The default source produced by the Arcade SDK does not work with the checked-in source file SR.cs (class/namespace/filename)-->
<ItemGroup>
<EmbeddedResource Update="Resources\Strings.resx">
Expand Down

0 comments on commit 855ab95

Please sign in to comment.