Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Meziantou.Analyzer to 3.0.114
- Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 18.7.23
- Dependencies - Updated SonarAnalyzer.CSharp to 10.27.0.140913
- Dependencies - Updated FunFair.Test.Common to 6.3.1.2342
### Deprecated
### Removed
### Deployment Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ProjectReference Include="..\FunFair.CodeAnalysis\FunFair.CodeAnalysis.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FunFair.Test.Common" Version="6.2.25.2243" />
<PackageReference Include="FunFair.Test.Common" Version="6.3.1.2342" />
<PackageReference Include="xunit.v3.mtp-v2" Version="3.2.2" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Credfeto.Enumeration.Source.Generation.Attributes" Version="1.2.148.2012" />
<PackageReference Include="FunFair.Test.Common" Version="6.2.25.2243" />
<PackageReference Include="FunFair.Test.Common" Version="6.3.1.2342" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<PackageReference Include="xunit.v3.mtp-v2" Version="3.2.2" />
Expand Down
Loading