update references

This commit is contained in:
h z
2024-12-15 02:43:04 +00:00
parent e1ad8dd4ce
commit 4d46c176af
2 changed files with 2 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
@@ -16,8 +16,4 @@
<ProjectReference Include="..\Skeleton\Skeleton.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Skeleton" Version="1.1.1" />
</ItemGroup>
</Project>