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 e2bcdfb commit 43f35f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/OneWare.Quartus/OneWare.Quartus.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.7.2</Version>
<Version>0.7.3</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -16,8 +16,8 @@
</ItemGroup>

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

</Project>
6 changes: 3 additions & 3 deletions src/OneWare.Quartus/oneware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"Dependencies": [
{
"Name": "OneWare.Essentials",
"MinVersion": "0.5.1.0",
"MinVersion": "0.6.0.0",
"MaxVersion": "0.5.1.0"
},
{
"Name": "OneWare.UniversalFpgaProjectSystem",
"MinVersion": "0.20.1.0",
"MaxVersion": "0.20.1.0"
"MinVersion": "0.21.0.0",
"MaxVersion": "0.21.0.0"
}
]
}

0 comments on commit 43f35f0

Please sign in to comment.