-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps the tests group with 2 updates: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest). Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.11.0) Updates `Microsoft.TestPlatform.ObjectModel` from 17.10.0 to 17.11.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.11.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: Microsoft.TestPlatform.ObjectModel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
cfefd20
commit 9135124
Showing
1 changed file
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.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.11.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> |