Skip to content

Commit

Permalink
Bump MSBuild.StructuredLogger from 2.2.291 to 2.2.374
Browse files Browse the repository at this point in the history
Bumps [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) from 2.2.291 to 2.2.374.
- [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases)
- [Commits](KirillOsenkov/MSBuildStructuredLog@v2.2.291...v2.2.374)

---
updated-dependencies:
- dependency-name: MSBuild.StructuredLogger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent cfefd20 commit d50827d
Showing 1 changed file with 73 additions and 73 deletions.
146 changes: 73 additions & 73 deletions src/NuGetizer.Tests/NuGetizer.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);Scenarios\**\*</DefaultItemExcludes>
<LangVersion>Preview</LangVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\NuGetizer.Tasks\NuGetizer.Tasks.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageReference Include="Microsoft.Build" Version="17.10.4" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.10.4" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.2.291" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="NuGet.Packaging" Version="6.10.1" />
<PackageReference Include="NuGet.ProjectManagement" Version="4.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Strings" Version="1.5.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<None Include="Scenarios\**\*.*" Exclude="Scenarios\**\obj\**\*.*;Scenarios\**\bin\**\*.*" CopyToOutputDirectory="PreserveNewest" />
<None Update="Content\**\*.*" CopyToOutputDirectory="PreserveNewest" />
<Content Include="..\NuGetizer.Tasks\bin\$(Configuration)\*.*" CopyToOutputDirectory="PreserveNewest" Visible="false" />
<Compile Remove="ModuleInitializerAttribute.cs" Condition="'$(TargetFramework)' == 'net6.0'" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\NuGetizer.Tasks\Resources.resx" Link="Resources.resx" />
</ItemGroup>

<ItemGroup>
<ProjectProperty Include="NuGetRestoreTargets" />
<ProjectProperty Include="NuGetTargets" />
<ProjectProperty Include="MSBuildBinPath" />
<ProjectProperty Include="MSBuildToolsPath" />
<ProjectProperty Include="MSBuildToolsPath32" />
<ProjectProperty Include="MSBuildToolsPath64" />
<ProjectProperty Include="PrivateRepositoryUrl" />
<ProjectProperty Include="MSBuildProjectDirectory" />
<ProjectProperty Include="OutputPath" />
</ItemGroup>

<ItemGroup>
<None Update="Content\url.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<Target Name="EnsureProjectInformation" BeforeTargets="InjectThisAssemblyProject;GenerateMSBuildEditorConfigFileShouldRun" DependsOnTargets="InitializeSourceControlInformation" />

<Target Name="ClearMSBuild" AfterTargets="Build">
<ItemGroup>
<MSBuildAssembly Include="$(OutputPath)\Microsoft.Build*.dll" Exclude="$(OutputPath)\Microsoft.Build.Locator.dll" />
</ItemGroup>
<Delete Files="@(MSBuildAssembly)">
<Output TaskParameter="DeletedFiles" ItemName="DeletedFiles" />
</Delete>
<Message Text="Deleted: @(DeletedFiles)" Importance="high" />
</Target>

<Import Project="NuGetizer.Tests.targets" />

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);Scenarios\**\*</DefaultItemExcludes>
<LangVersion>Preview</LangVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\NuGetizer.Tasks\NuGetizer.Tasks.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageReference Include="Microsoft.Build" Version="17.10.4" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.10.4" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.2.374" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="NuGet.Packaging" Version="6.10.1" />
<PackageReference Include="NuGet.ProjectManagement" Version="4.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Strings" Version="1.5.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<None Include="Scenarios\**\*.*" Exclude="Scenarios\**\obj\**\*.*;Scenarios\**\bin\**\*.*" CopyToOutputDirectory="PreserveNewest" />
<None Update="Content\**\*.*" CopyToOutputDirectory="PreserveNewest" />
<Content Include="..\NuGetizer.Tasks\bin\$(Configuration)\*.*" CopyToOutputDirectory="PreserveNewest" Visible="false" />
<Compile Remove="ModuleInitializerAttribute.cs" Condition="'$(TargetFramework)' == 'net6.0'" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\NuGetizer.Tasks\Resources.resx" Link="Resources.resx" />
</ItemGroup>

<ItemGroup>
<ProjectProperty Include="NuGetRestoreTargets" />
<ProjectProperty Include="NuGetTargets" />
<ProjectProperty Include="MSBuildBinPath" />
<ProjectProperty Include="MSBuildToolsPath" />
<ProjectProperty Include="MSBuildToolsPath32" />
<ProjectProperty Include="MSBuildToolsPath64" />
<ProjectProperty Include="PrivateRepositoryUrl" />
<ProjectProperty Include="MSBuildProjectDirectory" />
<ProjectProperty Include="OutputPath" />
</ItemGroup>

<ItemGroup>
<None Update="Content\url.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<Target Name="EnsureProjectInformation" BeforeTargets="InjectThisAssemblyProject;GenerateMSBuildEditorConfigFileShouldRun" DependsOnTargets="InitializeSourceControlInformation" />

<Target Name="ClearMSBuild" AfterTargets="Build">
<ItemGroup>
<MSBuildAssembly Include="$(OutputPath)\Microsoft.Build*.dll" Exclude="$(OutputPath)\Microsoft.Build.Locator.dll" />
</ItemGroup>
<Delete Files="@(MSBuildAssembly)">
<Output TaskParameter="DeletedFiles" ItemName="DeletedFiles" />
</Delete>
<Message Text="Deleted: @(DeletedFiles)" Importance="high" />
</Target>

<Import Project="NuGetizer.Tests.targets" />

</Project>

0 comments on commit d50827d

Please sign in to comment.