-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Microsoft.NET.Test.Sdk in the nuget-deps group
Bumps the nuget-deps group with 1 update: [Microsoft.NET.Test.Sdk](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) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
88920e3
commit 9b99f29
Showing
1 changed file
with
37 additions
and
37 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,37 +1,37 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Authors>Pieter Viljoen</Authors> | ||
<Company>Pieter Viljoen</Company> | ||
<Copyright>Pieter Viljoen</Copyright> | ||
<Description>Generally useful utility classes</Description> | ||
<Version>1.1.0.1</Version> | ||
<FileVersion>1.1.0.1</FileVersion> | ||
<AssemblyVersion>1.1.0.0</AssemblyVersion> | ||
<PackageId>InsaneGenius.Utilities.Tests</PackageId> | ||
<AssemblyName>InsaneGenius.Utilities.Tests</AssemblyName> | ||
<RootNamespace>InsaneGenius.Utilities.Tests</RootNamespace> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<PackageProjectUrl>https://dev.azure.com/pieterv/</PackageProjectUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.1" /> | ||
<PackageReference Include="xunit" Version="2.9.0" /> | ||
<PackageReference Include="xunit.analyzers" Version="1.15.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Utilities\Utilities.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Authors>Pieter Viljoen</Authors> | ||
<Company>Pieter Viljoen</Company> | ||
<Copyright>Pieter Viljoen</Copyright> | ||
<Description>Generally useful utility classes</Description> | ||
<Version>1.1.0.1</Version> | ||
<FileVersion>1.1.0.1</FileVersion> | ||
<AssemblyVersion>1.1.0.0</AssemblyVersion> | ||
<PackageId>InsaneGenius.Utilities.Tests</PackageId> | ||
<AssemblyName>InsaneGenius.Utilities.Tests</AssemblyName> | ||
<RootNamespace>InsaneGenius.Utilities.Tests</RootNamespace> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<PackageProjectUrl>https://dev.azure.com/pieterv/</PackageProjectUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.1" /> | ||
<PackageReference Include="xunit" Version="2.9.0" /> | ||
<PackageReference Include="xunit.analyzers" Version="1.15.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Utilities\Utilities.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |