Skip to content

Commit

Permalink
Update to latest IdlImporter to fix error running with dotnet 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Nov 25, 2024
1 parent 02a2a5b commit ecca50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/nuget-common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<package id="SIL.Archiving" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.BuildTasks" version="2.6.0-beta0008" />
<package id="SIL.Chorus.App" version="5.2.0-beta0003" targetFramework="net461" />
<package id="SIL.IdlImporter" version="3.0.1" targetFramework="net461" />
<package id="SIL.IdlImporter" version="4.0.0-beta0052" targetFramework="net8" />
<package id="SIL.Chorus.l10ns" version="3.0.1" targetFramework="net461" />
<package id="SIL.Chorus.LibChorus" version="5.2.0-beta0003" targetFramework="net461" />
<!-- Don't forget about SIL.Chorus.ChorusHub 5.0.0-beta0025 over in the linux-specific packages -->
Expand Down
2 changes: 1 addition & 1 deletion Src/Common/ViewsInterfaces/BuildInclude.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>
<Target Name="ViewsCs" Inputs="@(ViewsInputs);$(OutDir)/../Common/ViewsTlb.idl" Outputs="Views.cs">
<PropertyGroup>
<IdlImpVer>3.0.1</IdlImpVer>
<IdlImpVer>4.0.0-beta0052</IdlImpVer>
<ViewsTlbSrc>$([System.IO.Path]::GetFullPath('$(OutDir)/../Common/ViewsTlb.idl'))</ViewsTlbSrc>
<ViewsRefsJson>$([System.IO.Path]::GetFullPath('$(OutDir)../Common/FwKernelTlb.json'))</ViewsRefsJson>
<IdlImporterXmlPath>$([System.IO.Path]::GetFullPath('$(OutDir)../../packages/SIL.IdlImporter.$(IdlImpVer)/build/IDLImporter.xml'))</IdlImporterXmlPath>
Expand Down

0 comments on commit ecca50d

Please sign in to comment.