Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 23, 2024
1 parent 5c8929f commit 6b5fcc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.5.1</Version>
<Version>0.5.2</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.5.1" Private="false" ExcludeAssets="runtime;Native" />
<PackageReference Include="OneWare.Essentials" Version="0.6.0" Private="false" ExcludeAssets="runtime;Native" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/OneWare.NetlistSvg/oneware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Dependencies": [
{
"Name": "OneWare.Essentials",
"MinVersion": "0.5.1.0",
"MaxVersion": "0.5.1.0"
"MinVersion": "0.6.0.0",
"MaxVersion": "0.6.0.0"
}
]
}

0 comments on commit 6b5fcc6

Please sign in to comment.