-
Notifications
You must be signed in to change notification settings - Fork 0
/
JoanComas.ScenarioUnitTesting.AspNetCore.nuspec
30 lines (30 loc) · 1.9 KB
/
JoanComas.ScenarioUnitTesting.AspNetCore.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>JoanComas.ScenarioUnitTesting.AspNetCore</id>
<version>1.2.6</version>
<title>Scenario Unit Testing for Asp Net Core by Joan Comas</title>
<authors>Joan Comas</authors>
<projectUrl>https://github.com/JoanComasFdz/dotnet-scenario-unittesting</projectUrl>
<description>Simplify your controller unit tests with a Scenario<T> class as a single point to access the class under test and its dependencies, leveraging xUnit, AutoFixture and NSubstitute.</description>
<summary>A Scenario<T> class as a single point to access the class under test and its dependencies, leveraging xUnit, AutoFixture and NSubstitute</summary>
<releaseNotes>Upgraded to .NET 8</releaseNotes>
<readme>README-aspnetcore.md</readme>
<copyright>Joan Comas 2024</copyright>
<language>en-US</language>
<tags>unittesting, scenario, asp net core</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="JoanComas.ScenarioUnitTesting" version="1.1.5" />
<dependency id="EntityFrameworkCore.AutoFixture" version="2.1.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="JoanComas.ScenarioUnitTesting.AspNetCore\bin\Release\net8.0\JoanComas.ScenarioUnitTesting.AspNetCore.dll" target="lib\net8.0" />
<file src="JoanComas.ScenarioUnitTesting.AspNetCore\bin\Release\net8.0\JoanComas.ScenarioUnitTesting.AspNetCore.pdb" target="lib\net8.0" />
<file src="JoanComas.ScenarioUnitTesting.AspNetCore\bin\Release\net8.0\JoanComas.ScenarioUnitTesting.AspNetCore.deps.json" target="lib\net8.0" />
<file src="JoanComas.ScenarioUnitTesting.AspNetCore\bin\Release\net8.0\JoanComas.ScenarioUnitTesting.AspNetCore.xml" target="lib\net8.0" />
<file src="docs\README-aspnetcore.md" target="." />
</files>
</package>