File tree Expand file tree Collapse file tree 3 files changed +8
-16
lines changed
src/C3D/Extensions/Playwright/AspNetCore Expand file tree Collapse file tree 3 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <Target Name =" SetAuthors" >
14- <RemoveDuplicates
15- Inputs =" @(Author)" >
16- <Output
17- TaskParameter =" Filtered"
18- ItemName =" _Author" />
14+ <RemoveDuplicates Inputs =" @(Author)" >
15+ <Output TaskParameter =" Filtered" ItemName =" _Author" />
1916 </RemoveDuplicates >
2017 <PropertyGroup >
2118 <Authors Condition =" '@(_Author)'!=''" >@(_Author, ',')</Authors >
2219 </PropertyGroup >
2320 </Target >
2421
2522 <Target Name =" SetPackageTags" >
26- <RemoveDuplicates
27- Inputs =" @(PackageTag)" >
28- <Output
29- TaskParameter =" Filtered"
30- ItemName =" _PackageTag" />
23+ <RemoveDuplicates Inputs =" @(PackageTag)" >
24+ <Output TaskParameter =" Filtered" ItemName =" _PackageTag" />
3125 </RemoveDuplicates >
3226 <PropertyGroup >
3327 <PackageTags Condition =" '$(PackageTags)'==''" >@(_PackageTag, ' ')</PackageTags >
5448 </ItemGroup >
5549 <ItemGroup >
5650 <GitProjectDirectory Include =" $(MSBuildProjectDirectory)" />
57- <GitProjectDirectory Include =" @(ProjectReference-> DirectoryName())" />
51+ <GitProjectDirectory Include =" @(ProjectReference-> DirectoryName())" />
5852 </ItemGroup >
5953 <Message Importance =" high" Text =" Project: $(MSBuildProjectName)" />
6054 <Message Importance =" high" Text =" Git Commit IDs: %(_Temporary.Identity)" />
6761 <Output TaskParameter =" ConsoleOutput" ItemName =" ProjectCommitID" />
6862 </Exec >
6963 <ItemGroup >
70- <ProjectCommitID Condition =" '%(Identity)' != '' AND
71- '@(ProjectCommitID)' != '' AND
72- '@(_Temporary)' != ''" >
64+ <ProjectCommitID Condition =" '%(Identity)' != '' AND '@(ProjectCommitID)' != '' AND '@(_Temporary)' != ''" >
7365 <CommitIDFound >true</CommitIDFound >
7466 </ProjectCommitID >
7567 </ItemGroup >
Original file line number Diff line number Diff line change 1919 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.20" Condition =" '$(TargetFramework)'=='net7.0'" />
2020 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.17" Condition =" '$(TargetFramework)'=='net8.0'" />
2121 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.6" Condition =" '$(TargetFramework)'=='net9.0'" />
22- <PackageReference Include =" Microsoft.Playwright" Version =" 1.52 .0" />
22+ <PackageReference Include =" Microsoft.Playwright" Version =" 1.53 .0" />
2323 </ItemGroup >
2424
2525 <ItemGroup >
Original file line number Diff line number Diff line change 2222 <ItemGroup Label =" Testing" >
2323 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
2424 <PackageReference Include =" xunit" Version =" 2.9.3" />
25- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.2 " >
25+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.3 " >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 <PrivateAssets >all</PrivateAssets >
2828 </PackageReference >
You can’t perform that action at this time.
0 commit comments