Skip to content

Commit 9b9fd12

Browse files
committed
chore: Cleanup
1 parent 9e37589 commit 9b9fd12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Prefix your items with `(Template)` if the change is about the template and not
1111
- Moved many components from the presentation layer to the data access layer.
1212
- Disabled simulated API call delays in automated tests.
1313
- Updated Configuration documentation and uno workaround comment.
14+
- Cleanup & update packages.
1415

1516
## 3.8.X
1617
- Updated from .NET 8 to .NET 9.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1010
</PackageReference>
1111
<!-- Microsoft.VisualStudio.Threading.Analyzers has the async void analyzers. -->
12-
<PackageReference Update="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.2" />
12+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.2" PrivateAssets="all" />
1313
<PackageReference Include="GooseAnalyzers" Version="1.0.0" PrivateAssets="all" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)