Skip to content

Commit 0fceea4

Browse files
committed
Use SemanticVersioning package
1 parent 2232543 commit 0fceea4

6 files changed

Lines changed: 4 additions & 57 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</ItemGroup>
1515
<ItemGroup Label="Build Dependencies">
1616
<PackageVersion Include="PolySharp" Version="1.15.0" />
17+
<PackageVersion Include="Polyadic.Build.SemanticVersioning" Version="1.0.0" />
1718
<PackageVersion Include="Polyadic.CodeStyle" Version="1.0.0" />
1819
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" />
1920
</ItemGroup>
@@ -41,7 +42,4 @@
4142
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
4243
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.0.1597"/>
4344
</ItemGroup>
44-
<PropertyGroup>
45-
<_FunckyNuGetVersioningVersion>6.12.1</_FunckyNuGetVersioningVersion>
46-
</PropertyGroup>
4745
</Project>

Funcky.Async/Funcky.Async.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<ItemGroup>
4444
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net5.0'" />
4545
<PackageReference Include="PolySharp" PrivateAssets="all" />
46+
<PackageReference Include="Polyadic.Build.SemanticVersioning" PrivateAssets="all" />
4647
<PackageReference Include="System.Linq.Async" />
4748
</ItemGroup>
4849
<ItemGroup>
@@ -51,5 +52,4 @@
5152
<Import Project="..\Analyzers.props" />
5253
<Import Project="..\GlobalUsings.props" />
5354
<Import Project="..\FrameworkFeatureConstants.props" />
54-
<Import Project="..\SemanticVersioning.targets" />
5555
</Project>

Funcky.Xunit.v3/Funcky.Xunit.v3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<PackageReference Include="PolySharp" PrivateAssets="all" />
27+
<PackageReference Include="Polyadic.Build.SemanticVersioning" PrivateAssets="all" />
2728
<PackageReference Include="xunit.v3.assert" />
2829
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net6.0'" />
2930
</ItemGroup>
@@ -32,5 +33,4 @@
3233
</ItemGroup>
3334
<Import Project="..\Analyzers.props" />
3435
<Import Project="..\GlobalUsings.props" />
35-
<Import Project="..\SemanticVersioning.targets" />
3636
</Project>

Funcky.Xunit/Funcky.Xunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<PackageReference Include="PolySharp" PrivateAssets="all" />
22+
<PackageReference Include="Polyadic.Build.SemanticVersioning" PrivateAssets="all" />
2223
<PackageReference Include="xunit.assert" />
2324
<PackageReference Include="xunit.extensibility.core" />
2425
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net6.0'" />
@@ -28,5 +29,4 @@
2829
</ItemGroup>
2930
<Import Project="..\Analyzers.props" />
3031
<Import Project="..\GlobalUsings.props" />
31-
<Import Project="..\SemanticVersioning.targets" />
3232
</Project>

Funcky.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Config", "Build Confi
2626
GlobalUsings.props = GlobalUsings.props
2727
GlobalUsings.Test.props = GlobalUsings.Test.props
2828
NuGet.config = NuGet.config
29-
SemanticVersioning.targets = SemanticVersioning.targets
3029
typos.toml = typos.toml
3130
EndProjectSection
3231
EndProject

SemanticVersioning.targets

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)