Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jun 5, 2024
1 parent 24e3c1c commit 4124038
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Universal properties and items -->

<PropertyGroup>
<AnnotatedReferenceAssemblyVersion>6.0.25</AnnotatedReferenceAssemblyVersion>
<AnnotatedReferenceAssemblyVersion>8.0.6</AnnotatedReferenceAssemblyVersion>
<ContinuousIntegrationBuild Condition=" '$(GITHUB_ACTIONS)' == 'true' ">true</ContinuousIntegrationBuild>
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand All @@ -17,6 +17,7 @@
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<LangVersion>12.0</LangVersion>
<MicrosoftCodeAnalysisVersion>3.11</MicrosoftCodeAnalysisVersion>
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -27,9 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis" Version="[3.11]" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[$(MicrosoftCodeAnalysisVersion)]" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133">
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.139">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down Expand Up @@ -72,12 +73,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit.assert.source" Version="2.8.1-pre.14" />
<PackageReference Include="xunit.core" Version="2.8.1-pre.14" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1-pre.4" />
<PackageReference Include="xunit.assert.source" Version="2.8.2-pre.9" />
<PackageReference Include="xunit.core" Version="2.8.2-pre.9" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2-pre.5" />
</ItemGroup>

</When>
Expand Down
4 changes: 4 additions & 0 deletions src/xunit.analyzers.fixes/xunit.analyzers.fixes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<ProjectReference Include="..\xunit.analyzers\xunit.analyzers.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="[$(MicrosoftCodeAnalysisVersion)]" />
</ItemGroup>

</Project>

0 comments on commit 4124038

Please sign in to comment.