Skip to content

Commit

Permalink
Switch to minver for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Epictek committed Sep 23, 2024
1 parent 3d2043e commit 6acc105
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" />
<PackageReference Include="MinVer">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.133" />
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="CommandLineParser" Version="2.9.1" />

</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" />
<PackageReference Update="Nerdbank.GitVersioning" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<!-- <TargetFramework>FrameworkParameter</TargetFramework>-->
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>FrameworkParameter</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<!--#if (UseCompiledBindings) -->
Expand Down
3 changes: 1 addition & 2 deletions templates/xplat/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<!-- <AvaloniaVersion>AvaloniaVersionTemplateParameter</AvaloniaVersion>-->
<AvaloniaVersion>11.1.3</AvaloniaVersion>
<AvaloniaVersion>AvaloniaVersionTemplateParameter</AvaloniaVersion>
</PropertyGroup>
</Project>

0 comments on commit 6acc105

Please sign in to comment.