mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-07 02:08:40 +00:00
* Bump NUnit from 4.1.0 to 4.2.1 Bumps [NUnit](https://github.com/nunit/nunit) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.1.0...4.2.1) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump WoofWareMyriadPluginVersion from 2.1.57 to 2.2.1 Bumps `WoofWareMyriadPluginVersion` from 2.1.57 to 2.2.1. Updates `WoofWare.Myriad.Plugins` from 2.1.57 to 2.2.1 - [Release notes](https://github.com/Smaug123/WoofWare.Myriad/releases) - [Changelog](https://github.com/Smaug123/WoofWare.Myriad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Smaug123/WoofWare.Myriad/compare/WoofWare.Myriad.Plugins.2.1.57...WoofWare.Myriad.Plugins.2.2.1) Updates `WoofWare.Myriad.Plugins.Attributes` from 3.1.12 to 3.2.1 - [Release notes](https://github.com/Smaug123/WoofWare.Myriad/releases) - [Changelog](https://github.com/Smaug123/WoofWare.Myriad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Smaug123/WoofWare.Myriad/compare/WoofWare.Myriad.Plugins.Attributes.3.1.12...WoofWare.Myriad.Plugins.Attributes.3.2.1) Updates `FSharp.Core` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) --- updated-dependencies: - dependency-name: WoofWare.Myriad.Plugins dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: WoofWare.Myriad.Plugins.Attributes dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump ApiSurface from 4.0.44 to 4.1.2 Bumps [ApiSurface](https://github.com/G-Research/ApiSurface) from 4.0.44 to 4.1.2. - [Release notes](https://github.com/G-Research/ApiSurface/releases) - [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.0.44...ApiSurface.4.1.2) --- updated-dependencies: - dependency-name: ApiSurface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump fantomas from 6.3.10 to 6.3.11 Bumps [fantomas](https://github.com/fsprojects/fantomas) from 6.3.10 to 6.3.11. - [Release notes](https://github.com/fsprojects/fantomas/releases) - [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsprojects/fantomas/compare/v6.3.10...v6.3.11) --- updated-dependencies: - dependency-name: fantomas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump fsharp-analyzers from 0.26.1 to 0.27.0 Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases) - [Changelog](https://github.com/ionide/FSharp.Analyzers.SDK/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionide/FSharp.Analyzers.SDK/compare/v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: fsharp-analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump analysers * deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
63 lines
2.7 KiB
XML
63 lines
2.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<Authors>Patrick Stevens</Authors>
|
|
<Copyright>Copyright (c) Patrick Stevens 2024</Copyright>
|
|
<Description>Library with primitives to allow you to run NUnit tests.</Description>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/Smaug123/unofficial-nunit-runner</RepositoryUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<PackageTags>nunit;test;runner</PackageTags>
|
|
<PackageId>WoofWare.NUnitTestRunner.Lib</PackageId>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<WarnOn>FS3559</WarnOn>
|
|
<WoofWareMyriadPluginVersion>2.2.1</WoofWareMyriadPluginVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.fs" />
|
|
<Compile Include="RuntimeConfig.fs" />
|
|
<Compile Include="GeneratedRuntimeConfig.fs">
|
|
<MyriadFile>RuntimeConfig.fs</MyriadFile>
|
|
</Compile>
|
|
<Compile Include="DotnetRuntime.fs" />
|
|
<Compile Include="Array.fs" />
|
|
<Compile Include="List.fs" />
|
|
<Compile Include="Result.fs" />
|
|
<Compile Include="Domain.fs" />
|
|
<Compile Include="Filter.fs" />
|
|
<Compile Include="Args.fs" />
|
|
<Compile Include="ParallelQueue.fs" />
|
|
<Compile Include="SingleTestMethod.fs" />
|
|
<Compile Include="TestProgress.fs" />
|
|
<Compile Include="Context.fs" />
|
|
<Compile Include="TestFixture.fs" />
|
|
<Compile Include="Xml.fs" />
|
|
<Compile Include="TrxReport.fs" />
|
|
<Compile Include="CreateTrxReport.fs" />
|
|
<Compile Include="AssemblyLevelAttributes.fs" />
|
|
<None Include="..\README.md">
|
|
<Pack>True</Pack>
|
|
<PackagePath>\</PackagePath>
|
|
</None>
|
|
<EmbeddedResource Include="SurfaceBaseline.txt" />
|
|
<EmbeddedResource Include="version.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="WoofWare.PrattParser" Version="0.2.2" />
|
|
<PackageReference Update="FSharp.Core" Version="6.0.1" />
|
|
<PackageReference Include="WoofWare.DotnetRuntimeLocator" Version="0.1.9" />
|
|
<PackageReference Include="WoofWare.Myriad.Plugins.Attributes" Version="3.2.1" />
|
|
<PackageReference Include="Myriad.SDK" Version="0.8.3" PrivateAssets="all" />
|
|
<PackageReference Include="WoofWare.Myriad.Plugins" Version="$(WoofWareMyriadPluginVersion)" PrivateAssets="all" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<MyriadSdkGenerator Include="$(NuGetPackageRoot)/woofware.myriad.plugins/$(WoofWareMyriadPluginVersion)/lib/net6.0/WoofWare.Myriad.Plugins.dll" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|