Skip to content

Commit 0259fc3

Browse files
committed
update
1 parent 6af98fd commit 0259fc3

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

oneware-extension.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@
9595
]
9696
},
9797
{
98-
"version": "0.12",
99-
"minStudioVersion": "0.21.19.0",
98+
"version": "0.11.2",
99+
"minStudioVersion": "0.21.8.0",
100100
"targets": [
101101
{
102102
"target": "all"
103103
}
104104
]
105105
},
106106
{
107-
"version": "0.11.2",
108-
"minStudioVersion": "0.21.8.0",
107+
"version": "0.12",
108+
"minStudioVersion": "0.21.19.0",
109109
"targets": [
110110
{
111111
"target": "all"

src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<Version>0.12</Version>
55
<TargetFramework>net10.0</TargetFramework>
6-
<Version>0.11.2</Version>
7-
<TargetFramework>net9.0</TargetFramework>
86
<ImplicitUsings>enable</ImplicitUsings>
97
<Nullable>enable</Nullable>
108
<EnableDynamicLoading>true</EnableDynamicLoading>
@@ -15,15 +13,7 @@
1513
<ItemGroup>
1614
<PackageReference Include="OneWare.Essentials" Version="0.11.11" Private="false" ExcludeAssets="runtime;Native" />
1715
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.41.11" Private="false" ExcludeAssets="runtime;Native" />
18-
<PackageReference Include="OneWare.Essentials" Version="0.11.10" Private="false" ExcludeAssets="runtime;Native" />
19-
<PackageReference Include="OneWare.OssCadSuiteIntegration" Version="0.41.10" Private="true" ExcludeAssets="runtime;Native" />
20-
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.41.10" Private="false" ExcludeAssets="runtime;Native" />
21-
</ItemGroup>
22-
23-
<ItemGroup>
24-
<Compile Update="Views\GhdlYosysCompileWindowExtensionView.axaml.cs">
25-
<DependentUpon>GhdlYosysCompileWindowExtensionView.axaml</DependentUpon>
26-
</Compile>
16+
<PackageReference Include="OneWare.OssCadSuiteIntegration" Version="0.41.11" Private="true" ExcludeAssets="runtime;Native" />
2717
</ItemGroup>
2818

2919
<Target Name="GenerateCompatibilityFile" AfterTargets="Build">

0 commit comments

Comments
 (0)