-
-
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 xunit from 2.6.2 to 2.6.3 in /src
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.3. - [Commits](xunit/xunit@2.6.2...2.6.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
4bc1696
commit 849d27e
Showing
1 changed file
with
48 additions
and
48 deletions.
There are no files selected for viewing
96 changes: 48 additions & 48 deletions
96
src/jjm.one.MiscUtilClasses.Tests/jjm.one.MiscUtilClasses.Tests.csproj
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,48 +1,48 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>1.0.0-alpha.5</Version> | ||
<Authors>Jonas Merkle [JJM] </Authors> | ||
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright> | ||
<RootNamespace>jjm.one.MiscUtilClasses.Tests</RootNamespace> | ||
<Title>jjm.one.MiscUtilClasses.Tests</Title> | ||
<Description>A collection of miscellaneous utility and helper classes for C# projects. (Unit-Tests)</Description> | ||
<PackageTags>utility, helper, classes, csharp, tests</PackageTags> | ||
<PackageProjectUrl>https://github.com/jjm-one/jjm.one.MiscUtilClasses</PackageProjectUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/jjm-one/jjm.one.MiscUtilClasses.git</RepositoryUrl> | ||
<IsPackable>false</IsPackable> | ||
<IsTestProject>true</IsTestProject> | ||
<SignAssembly>True</SignAssembly> | ||
<AssemblyOriginatorKeyFile>jjm.one.MiscUtilClasses.Tests.SignKey.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<LangVersion>latestmajor</LangVersion> | ||
<DocumentationFile>./jjm.one.MiscUtilClasses.Tests.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<LangVersion>latestmajor</LangVersion> | ||
<DocumentationFile>./jjm.one.MiscUtilClasses.Tests.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="xunit" Version="2.6.2" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="coverlet.collector" Version="6.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\jjm.one.MiscUtilClasses\jjm.one.MiscUtilClasses.csproj" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>1.0.0-alpha.5</Version> | ||
<Authors>Jonas Merkle [JJM] </Authors> | ||
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright> | ||
<RootNamespace>jjm.one.MiscUtilClasses.Tests</RootNamespace> | ||
<Title>jjm.one.MiscUtilClasses.Tests</Title> | ||
<Description>A collection of miscellaneous utility and helper classes for C# projects. (Unit-Tests)</Description> | ||
<PackageTags>utility, helper, classes, csharp, tests</PackageTags> | ||
<PackageProjectUrl>https://github.com/jjm-one/jjm.one.MiscUtilClasses</PackageProjectUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/jjm-one/jjm.one.MiscUtilClasses.git</RepositoryUrl> | ||
<IsPackable>false</IsPackable> | ||
<IsTestProject>true</IsTestProject> | ||
<SignAssembly>True</SignAssembly> | ||
<AssemblyOriginatorKeyFile>jjm.one.MiscUtilClasses.Tests.SignKey.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<LangVersion>latestmajor</LangVersion> | ||
<DocumentationFile>./jjm.one.MiscUtilClasses.Tests.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<LangVersion>latestmajor</LangVersion> | ||
<DocumentationFile>./jjm.one.MiscUtilClasses.Tests.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="xunit" Version="2.6.3" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="coverlet.collector" Version="6.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\jjm.one.MiscUtilClasses\jjm.one.MiscUtilClasses.csproj" /> | ||
</ItemGroup> | ||
</Project> |