File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/Components/Components/src Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4848 </ItemGroup >
4949
5050 <Target Name =" _GetNuspecDependencyPackageVersions" >
51- <MSBuild Targets =" _GetPackageVersionInfo" BuildInParallel =" $(BuildInParallel)" Projects =" 
 ../../Analyzers/src/Microsoft.AspNetCore.Components.Analyzers.csproj;
 ../../../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-> WithMetadataValue('PackageId', 'Microsoft.AspnetCore.Components.Analyzers')-> 'componentAnalyzerVersion=%(PackageVersion)')" />
56- <NuspecProperty Include =" @(_ProjectPathWithVersion-> WithMetadataValue('PackageId', 'Microsoft.AspnetCore.Authorization')-> '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
8589 <InternalsVisibleTo Include =" Components.TestServer" />
8690 <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" Key =" $(MoqPublicKey)" />
8791 </ItemGroup >
88-
89- <ItemGroup >
90- <Folder Include =" Infrastructure\" />
91- </ItemGroup >
9292</Project >
You can’t perform that action at this time.
0 commit comments