Skip to content

Commit

Permalink
Merge pull request #5 from sisgha/dependabot/nuget/projeto-gerar-hora…
Browse files Browse the repository at this point in the history
…rio/NUnit3TestAdapter-4.5.0

chore(deps): bump NUnit3TestAdapter from 4.4.2 to 4.5.0 in /projeto-gerar-horario
  • Loading branch information
guesant authored Mar 27, 2024
2 parents c91b7bf + c61e2ea commit 33ef5d2
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions projeto-gerar-horario/GerarHorario-Tests/GerarHorario-Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>GerarHorario_Tests</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Allure.NUnit" Version="2.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GerarHorario\GerarHorario.csproj" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>GerarHorario_Tests</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Allure.NUnit" Version="2.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GerarHorario\GerarHorario.csproj" />
</ItemGroup>
</Project>

0 comments on commit 33ef5d2

Please sign in to comment.