Skip to content

Commit f7617ca

Browse files
committed
Undo Components.csproj changes
1 parent 3ddd619 commit f7617ca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Components/Components/src/Microsoft.AspNetCore.Components.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,16 @@
4848
</ItemGroup>
4949

5050
<Target Name="_GetNuspecDependencyPackageVersions">
51-
<MSBuild Targets="_GetPackageVersionInfo" BuildInParallel="$(BuildInParallel)" Projects="&#xD;&#xA; ../../Analyzers/src/Microsoft.AspNetCore.Components.Analyzers.csproj;&#xD;&#xA; ../../../Security/Authorization/Core/src/Microsoft.AspNetCore.Authorization.csproj">
51+
<MSBuild Targets="_GetPackageVersionInfo"
52+
BuildInParallel="$(BuildInParallel)"
53+
Projects="
54+
../../Analyzers/src/Microsoft.AspNetCore.Components.Analyzers.csproj;
55+
../../../Security/Authorization/Core/src/Microsoft.AspNetCore.Authorization.csproj">
5256
<Output TaskParameter="TargetOutputs" ItemName="_ProjectPathWithVersion" />
5357
</MSBuild>
5458
<ItemGroup>
55-
<NuspecProperty Include="@(_ProjectPathWithVersion-&gt;WithMetadataValue('PackageId', 'Microsoft.AspnetCore.Components.Analyzers')-&gt;'componentAnalyzerVersion=%(PackageVersion)')" />
56-
<NuspecProperty Include="@(_ProjectPathWithVersion-&gt;WithMetadataValue('PackageId', 'Microsoft.AspnetCore.Authorization')-&gt;'authorizationVersion=%(PackageVersion)')" />
59+
<NuspecProperty Include="@(_ProjectPathWithVersion->WithMetadataValue('PackageId', 'Microsoft.AspnetCore.Components.Analyzers')->'componentAnalyzerVersion=%(PackageVersion)')" />
60+
<NuspecProperty Include="@(_ProjectPathWithVersion->WithMetadataValue('PackageId', 'Microsoft.AspnetCore.Authorization')->'authorizationVersion=%(PackageVersion)')" />
5761
</ItemGroup>
5862
</Target>
5963

@@ -85,8 +89,4 @@
8589
<InternalsVisibleTo Include="Components.TestServer" />
8690
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" Key="$(MoqPublicKey)" />
8791
</ItemGroup>
88-
89-
<ItemGroup>
90-
<Folder Include="Infrastructure\" />
91-
</ItemGroup>
9292
</Project>

0 commit comments

Comments
 (0)