Skip to content

Commit

Permalink
Attempt to remove Directory.Packages.Props.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfraiteur committed Sep 24, 2024
1 parent 7e759b5 commit 7540fca
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 27 deletions.
4 changes: 2 additions & 2 deletions CodeQualityTalk.Analyzers/CodeQualityTalk.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp"/>
<PackageReference Include="Polyfill" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
<PackageReference Include="Polyfill" Version="6.9.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector"/>
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="TngTech.ArchUnitNET.xUnit"/>
<PackageReference Include="xunit" />
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
<PackageReference Include="TngTech.ArchUnitNET.xUnit" Version="0.11.0"/>
<PackageReference Include="xunit" Version="2.9.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CodeQualityTalk.Metalama/CodeQualityTalk.Metalama.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>

<PackageReference Include="Metalama.Extensions.Architecture" />
<PackageReference Include="Metalama.Extensions.Architecture" Version="$(MetalamaExtensionsVersion)" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions CodeQualityTalk.Verifier/CodeQualityTalk.Verifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Metalama.Framework.Workspaces"/>
<PackageReference Include="Metalama.Framework.Workspaces" Version="$(MetalamaVersion)"/>

<!-- Must include explicitly because the package has content. -->
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild"/>
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0"/>
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<PropertyGroup>
<MetalamaVersion>2024.2.24</MetalamaVersion>
<MetalamaExtensionsVersion>$(MetalamaVersion)</MetalamaExtensionsVersion>
</PropertyGroup>
</Project>
18 changes: 0 additions & 18 deletions Directory.Packages.Props

This file was deleted.

1 change: 1 addition & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ exclude:
- name: ClassCanBeSealed.Global
- name: RedundantUsingDirective
- name: ClassNeverInstantiated.Global
- name: CheckDependencyLicenses

0 comments on commit 7540fca

Please sign in to comment.