Skip to content

Commit

Permalink
bump Microsoft.NET.Test.Sdk a 17.6.2; MSTest.TestAdapter+TestFramewor…
Browse files Browse the repository at this point in the history
…k a 3.4.3
  • Loading branch information
nicolaiarocci committed Jun 12, 2024
1 parent 14e8060 commit 5673f02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## In Development

- Abbandonata dipendenza da Portable.BouncyCastle ([#414][414])
- Bump Microsoft.NET.Test.Sdk a v17.6.2
- Bump MSTest.TestAdapter a v3.4.3
- Bump MSTest.TestFramework a v3.4.3
- Bump FluentValidation a v11.9.2

[414]: https://github.com/FatturaElettronica/FatturaElettronica.NET/issues/414
Expand Down
6 changes: 3 additions & 3 deletions Test/FatturaElettronica.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 5673f02

Please sign in to comment.