Skip to content

Commit 4bdcca0

Browse files
authored
Merge pull request #106 from LM-Development/dev/update-nuget
chore(nuget): consolidate test dependencies
2 parents cbbc594 + e9170e7 commit 4bdcca0

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

deploy/teams-recording-bot/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.5.0
19+
version: 1.5.1
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
24-
appVersion: 1.4.0
24+
appVersion: 1.4.1
2525

2626
dependencies:
2727
- name: ingress-nginx

src/RecordingBot.Model/RecordingBot.Model.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Graph.Communications.Calls" Version="1.2.0.10563" />
17+
<PackageReference Include="Microsoft.Graph.Communications.Calls" Version="1.2.0.15690" />
1818
</ItemGroup>
1919
</Project>

src/RecordingBot.Services/RecordingBot.Services.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.29.0" />
22-
<PackageReference Include="Microsoft.Skype.Bots.Media" Version="1.31.0.225-preview" />
21+
<PackageReference Include="Azure.Messaging.EventGrid" Version="5.0.0" />
22+
<PackageReference Include="Microsoft.Skype.Bots.Media" Version="1.32.0.70-preview" />
2323
<PackageReference Include="NAudio" Version="2.2.1" />
24-
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
2524
<PackageReference Include="SharpZipLib" Version="1.4.2" />
2625
<PackageReference Include="DotNetEnv" Version="3.1.1" />
27-
<PackageReference Include="Microsoft.Graph.Communications.Calls.Media" Version="1.2.0.10563" />
26+
<PackageReference Include="Microsoft.Graph.Communications.Calls.Media" Version="1.2.0.15690" />
27+
<PackageReference Include="System.Text.Encodings.Web" Version="10.0.1" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

src/RecordingBot.Tests/RecordingBot.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1616
<PackageReference Include="NSubstitute" Version="5.3.0" />
17-
<PackageReference Include="NUnit" Version="4.3.2" />
18-
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0">
17+
<PackageReference Include="NUnit" Version="4.4.0" />
18+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

src/RecordingBot.UiTests/RecordingBot.UiTests.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="coverlet.collector" Version="6.0.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1514
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.27.1" />
16-
<PackageReference Include="NUnit" Version="3.14.0" />
15+
<PackageReference Include="NUnit" Version="4.3.2" />
1716
<PackageReference Include="NUnit.Analyzers" Version="3.9.0" />
18-
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
17+
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
1918
<PackageReference Include="Otp.NET" Version="1.4.0" />
2019
</ItemGroup>
2120

0 commit comments

Comments
 (0)