Skip to content

Commit

Permalink
Use SemanticVersioning package
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 30, 2025
1 parent 2232543 commit 0fceea4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 57 deletions.
4 changes: 1 addition & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</ItemGroup>
<ItemGroup Label="Build Dependencies">
<PackageVersion Include="PolySharp" Version="1.15.0" />
<PackageVersion Include="Polyadic.Build.SemanticVersioning" Version="1.0.0" />
<PackageVersion Include="Polyadic.CodeStyle" Version="1.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" />
</ItemGroup>
Expand Down Expand Up @@ -41,7 +42,4 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.0.1597"/>
</ItemGroup>
<PropertyGroup>
<_FunckyNuGetVersioningVersion>6.12.1</_FunckyNuGetVersioningVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Funcky.Async/Funcky.Async.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net5.0'" />
<PackageReference Include="PolySharp" PrivateAssets="all" />
<PackageReference Include="Polyadic.Build.SemanticVersioning" PrivateAssets="all" />
<PackageReference Include="System.Linq.Async" />
</ItemGroup>
<ItemGroup>
Expand All @@ -51,5 +52,4 @@
<Import Project="..\Analyzers.props" />
<Import Project="..\GlobalUsings.props" />
<Import Project="..\FrameworkFeatureConstants.props" />
<Import Project="..\SemanticVersioning.targets" />
</Project>
2 changes: 1 addition & 1 deletion Funcky.Xunit.v3/Funcky.Xunit.v3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PolySharp" PrivateAssets="all" />
<PackageReference Include="Polyadic.Build.SemanticVersioning" PrivateAssets="all" />
<PackageReference Include="xunit.v3.assert" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net6.0'" />
</ItemGroup>
Expand All @@ -32,5 +33,4 @@
</ItemGroup>
<Import Project="..\Analyzers.props" />
<Import Project="..\GlobalUsings.props" />
<Import Project="..\SemanticVersioning.targets" />
</Project>
2 changes: 1 addition & 1 deletion Funcky.Xunit/Funcky.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PolySharp" PrivateAssets="all" />
<PackageReference Include="Polyadic.Build.SemanticVersioning" PrivateAssets="all" />
<PackageReference Include="xunit.assert" />
<PackageReference Include="xunit.extensibility.core" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net6.0'" />
Expand All @@ -28,5 +29,4 @@
</ItemGroup>
<Import Project="..\Analyzers.props" />
<Import Project="..\GlobalUsings.props" />
<Import Project="..\SemanticVersioning.targets" />
</Project>
1 change: 0 additions & 1 deletion Funcky.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Config", "Build Confi
GlobalUsings.props = GlobalUsings.props
GlobalUsings.Test.props = GlobalUsings.Test.props
NuGet.config = NuGet.config
SemanticVersioning.targets = SemanticVersioning.targets
typos.toml = typos.toml
EndProjectSection
EndProject
Expand Down
50 changes: 0 additions & 50 deletions SemanticVersioning.targets

This file was deleted.

0 comments on commit 0fceea4

Please sign in to comment.