Skip to content

Commit

Permalink
Fix versions number on Template Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
colhountech committed Jan 18, 2025
1 parent 2096cfd commit 8023d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AcrylicUI" Version="1.0.2" />
<PackageReference Include="AcrylicUI" Version="1.0.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AcrylicUI" Version="1.0.2" />
<PackageReference Include="AcrylicUI" Version="1.0.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
Expand Down

0 comments on commit 8023d23

Please sign in to comment.