Skip to content

Commit 9820c5d

Browse files
committed
chore: updated dependencies
1 parent 3d0b53a commit 9820c5d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/releases.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
# 1.0.36
4+
5+
Full changelog: [1.0.35 -> 1.0.36](https://github.com/codefactors/StandardWebhooks/compare/1.0.35...1.0.36)
6+
7+
## What's Changed
8+
9+
### Update
10+
- Chore: Updated dependencies (xunit.runner.visualstudio, Microsoft.NET.Test.Sdk)
11+
312
# 1.0.35
413

514
Full changelog: [1.0.33 -> 1.0.35](https://github.com/codefactors/StandardWebhooks/compare/1.0.33...1.0.35)

test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)