Skip to content

Commit c4d0a5d

Browse files
authored
Merge pull request #7 from WB-Tooling/min-ver
feat: add MinVer package reference and remove version property
2 parents b0edf0e + 86bd3c7 commit c4d0a5d

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

Directory.Build.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
<RepositoryType>git</RepositoryType>
1919
</PropertyGroup>
2020

21-
<!-- ╭──────────────────────────────────────────────────────────────────────╮
22-
│ Version │
23-
╰──────────────────────────────────────────────────────────────────────╯ -->
24-
<PropertyGroup>
25-
<Version>1.0.0-preview.7</Version>
26-
</PropertyGroup>
27-
2821
<!-- ╭──────────────────────────────────────────────────────────────────────╮
2922
│ Nullability Settings │
3023
╰──────────────────────────────────────────────────────────────────────╯ -->

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<ItemGroup>
77
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.201" />
88
<PackageVersion Include="WB.CodeAnalyzer" Version="1.0.0" />
9+
<PackageVersion Include="MinVer" Version="7.0.0" />
910

1011
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
1112
<PackageVersion Include="AwesomeAssertions.Analyzers" Version="9.0.8" />

src/WB.Logging.Base.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
</PropertyGroup>
99

10+
<!-- ╭──────────────────────────────────────────────────────────────────────╮
11+
│ MinVer Setup │
12+
╰──────────────────────────────────────────────────────────────────────╯ -->
13+
<ItemGroup>
14+
<PackageReference Include="MinVer">
15+
<PrivateAssets>all</PrivateAssets>
16+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
17+
</PackageReference>
18+
</ItemGroup>
19+
1020
<!-- ╭──────────────────────────────────────────────────────────────────────╮
1121
│ Analyzer Settings │
1222
╰──────────────────────────────────────────────────────────────────────╯ -->

0 commit comments

Comments
 (0)