Skip to content

Commit

Permalink
Fix minver
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Sep 14, 2023
1 parent 3e40bbe commit 8ed73b6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<PackageReleaseNotes>https://github.com/Dotnet-Boxed/Framework/releases</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Label="Versioning">
<MinVerDefaultPreReleaseIdentifiers>preview.0</MinVerDefaultPreReleaseIdentifiers>
<MinVerVerbosity>normal</MinVerVerbosity>
</PropertyGroup>

<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets="All" Version="17.7.30" />
<PackageReference Include="MinVer" PrivateAssets="All" Version="4.3.0" />
Expand Down
11 changes: 0 additions & 11 deletions Directory.Build.targets

This file was deleted.

1 change: 0 additions & 1 deletion Framework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
azure-pipelines.yml = azure-pipelines.yml
build.cake = build.cake
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
dotnet-tools.json = dotnet-tools.json
global.json = global.json
Key.snk = Key.snk
Expand Down
4 changes: 4 additions & 0 deletions Source/Boxed.DotnetNewTest/Boxed.DotnetNewTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<PackageReadmeFile>Boxed.DotnetNewTest.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Label="Versioning">
<MinVerTagPrefix>Boxed.DotnetNewTest.</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup Label="Package References">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions Source/Boxed.Mapping/Boxed.Mapping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<PackageReadmeFile>Boxed.Mapping.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Label="Versioning">
<MinVerTagPrefix>Boxed.Mapping.</MinVerTagPrefix>
</PropertyGroup>

<ItemGroup Label="Files">
<None Include="..\..\Documentation\Boxed.Mapping.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit 8ed73b6

Please sign in to comment.