Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FieldWorks to netframework 4.6.2 #210

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 26 additions & 19 deletions Build/mkall.targets
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@

<!-- Versions of NuGet packages. These need to match the versions in nuget-common/packages.config -->
<ChorusNugetVersion>5.2.0-beta0003</ChorusNugetVersion>
<PalasoNugetVersion>13.0.0-beta0076</PalasoNugetVersion>
<PalasoNugetVersion>15.0.0-beta0117</PalasoNugetVersion>
<ParatextNugetVersion>9.4.0.1-beta</ParatextNugetVersion>
<LcmNugetVersion>11.0.0-beta0104</LcmNugetVersion>
<LcmNugetVersion>11.0.0-beta0111</LcmNugetVersion>
<IcuNugetVersion>70.1.123</IcuNugetVersion>
<HermitCrabNugetVersion>3.4.2</HermitCrabNugetVersion>
<IPCFrameworkVersion>1.1.1-beta0001</IPCFrameworkVersion>
Expand Down Expand Up @@ -326,7 +326,11 @@
<PalasoFiles Include="Mono.Unix.dll.config" Condition="'$(OS)'!='Windows_NT'" />
<PalasoFiles Include="SIL.WritingSystems.dll"/>
<PalasoFiles Include="SIL.WritingSystems.Tests.dll"/>
<PalasoFiles Include="SIL.Windows.Forms.Archiving.dll"/>
<PalasoFiles Include="SIL.Windows.Forms.Archiving.dll.config" Condition="'$(OS)'=='Unix'"/>
<PalasoFiles Include="SIL.Windows.Forms.WritingSystems.dll"/>
<PalasoFiles Include="System.Drawing.Common.dll"/>
<PalasoFiles Include="System.Drawing.Common.pdb"/>
<PalasoFiles Include="System.Memory.dll"/>
<PalasoFiles Include="System.Resources.Extensions.dll"/>
<PalasoFiles Include="SIL.Windows.Forms.Keyboarding.dll"/>
Expand All @@ -350,6 +354,7 @@
<PalasoFiles Include="SIL.Lift.pdb"/>
<PalasoFiles Include="SIL.Media.pdb"/>
<PalasoFiles Include="SIL.Windows.Forms.pdb"/>
<PalasoFiles Include="SIL.Windows.Forms.Archiving.pdb"/>
<PalasoFiles Include="SIL.Windows.Forms.GeckoBrowserAdapter.pdb"/>
<PalasoFiles Include="SIL.Windows.Forms.WritingSystems.pdb"/>
<PalasoFiles Include="SIL.Archiving.pdb"/>
Expand Down Expand Up @@ -493,30 +498,33 @@
<SILNugetPackages Include="structuremap.patched"><Version>4.7.3</Version><Path>lib/net45/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="System.CodeDom"><Version>4.4.0</Version><Path>lib/netstandard2.0/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<!-- Palaso and related packages -->
<SILNugetPackages Include="SIL.Archiving"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Archiving"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Archiving"><Version>$(PalasoNugetVersion)</Version><Path>contentFiles/any/any/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Core"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Core.Desktop"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Core"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Core.Desktop"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Media"><Version>$(PalasoNugetVersion)</Version><Path>build/**/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Media"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Media"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Media"><Version>$(PalasoNugetVersion)</Version><Path>contentFiles/any/any/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Lift"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Lexicon"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.TestUtilities"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Scripture"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Lift"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Lexicon"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.TestUtilities"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Scripture"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms" Condition="'$(Platform)'!='x64'"><Version>$(PalasoNugetVersion)</Version><Path>build/Interop.WIA.dll</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms" Condition="'$(Platform)'=='x64'"><Version>$(PalasoNugetVersion)</Version><Path>build/x64/Interop.WIA.dll</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.Keyboarding"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.Archiving"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.Archiving"><Version>$(PalasoNugetVersion)</Version><Path>contentFiles/any/any/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.Keyboarding"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.Keyboarding"><Version>$(PalasoNugetVersion)</Version><Path>build/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.Keyboarding"><Version>$(PalasoNugetVersion)</Version><Path>contentFiles/any/any/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.GeckoBrowserAdapter"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.WritingSystems"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.WritingSystems"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.WritingSystems.Tests"><Version>$(PalasoNugetVersion)</Version><Path>lib/net461/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.GeckoBrowserAdapter"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.Windows.Forms.WritingSystems"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.WritingSystems"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="SIL.WritingSystems.Tests"><Version>$(PalasoNugetVersion)</Version><Path>lib/net462/*.*</Path><NoSymbols>$(UsingLocalLibraryBuild)</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="System.Drawing.Common"><Version>9.0.0</Version><Path>lib/net462/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="System.Memory"><Version>4.5.4</Version><Path>lib/net461/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="System.Resources.Extensions"><Version>4.6.0</Version><Path>lib/netstandard2.0/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="L10NSharp"><Version>6.0.0</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<SILNugetPackages Include="L10NSharp"><Version>7.0.0</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<SILNugetPackages Include="Enchant.Net"><Version>1.4.3-beta0010</Version><Path>lib/net461/*.*</Path></SILNugetPackages>
<SILNugetPackages Include="Enchant.Net"><Version>1.4.3-beta0010</Version><Path>contentFiles/any/any/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
<SILNugetPackages Include="NDesk.DBus"><Version>0.15.0</Version><Path>lib/*.*</Path><NoSymbols>true</NoSymbols></SILNugetPackages>
Expand Down Expand Up @@ -648,7 +656,7 @@
<NuGottenFiles Include="$(PackagesDir)/Analytics.3.6.0/lib/net461/Analytics.dll"/>
<NuGottenFiles Include="$(PackagesDir)/DocumentFormat.OpenXml.2.20.0/lib/net46/DocumentFormat.OpenXml.dll"/>
<NuGottenFiles Include="$(PackagesDir)/DotNetZip.1.16.0/lib/net40/*.*"/>
<NuGottenFiles Include="$(PackagesDir)/icu.net.2.10.0/lib/net451/icu.net.dll"/>
<NuGottenFiles Include="$(PackagesDir)/icu.net.3.0.0-beta.297/lib/netstandard2.0/icu.net.dll"/>
<NuGottenFiles Include="$(PackagesDir)/Markdig.Signed.0.30.0/lib/net452/Markdig.Signed.dll"/>
<NuGottenFiles Include="$(PackagesDir)/Microsoft.Extensions.DependencyModel.2.0.4/lib/net451/Microsoft.Extensions.DependencyModel.dll"/>
<NuGottenFiles Include="$(PackagesDir)/Microsoft.Win32.Registry.4.7.0/lib/net461/Microsoft.Win32.Registry.dll" Condition="'$(OS)'=='Windows_NT'"/>
Expand Down Expand Up @@ -679,7 +687,6 @@
<NuGottenFiles Include="$(PackagesDir)/System.Resources.Extensions.4.6.0/lib/netstandard2.0/System.Resources.Extensions.dll"/>
<NuGottenFiles Include="$(PackagesDir)/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll"/>
<NuGottenFiles Include="$(PackagesDir)/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.dll"/>
<NuGottenFiles Include="$(PackagesDir)/System.ValueTuple.4.5.0/lib/net461/System.ValueTuple.dll"/>
</ItemGroup>
<Copy SourceFiles="@(NuGottenForBuildTasks)" DestinationFolder="$(MSBuildThisFileDirectory)"
SkipUnchangedFiles="true" OverwriteReadOnlyFiles="true"/>
Expand Down
58 changes: 29 additions & 29 deletions Build/nuget-common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<package id="GLibSharp-signed" version="3.22.24.37" />
<package id="GtkSharp-signed" version="3.22.24.37" />
<package id="ibusdotnet" version="2.0.3" targetFramework="net461" />
<package id="icu.net" version="2.10.0" exclude="Build,Analyzers" targetFramework="net461" />
<package id="icu.net" version="3.0.0-beta.297" exclude="Build,Analyzers" targetFramework="netstandard2.0" />
<package id="Icu4c.Win.Fw.Lib" version="70.1.123" />
<package id="ILRepack" version="2.0.16" targetFramework="net461" />
<package id="L10NSharp" version="6.0.0" />
<package id="L10NSharp" version="7.0.0" />
<package id="Markdig.Signed" version="0.30.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyModel" version="2.0.4" targetFramework="net461" />
<package id="mixpanel-csharp" version="6.0.0" targetFramework="net461" />
Expand All @@ -30,7 +30,6 @@
<package id="NAudio" version="1.10.0" targetFramework="net461" />
<package id="NDesk.DBus" version="0.15.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net461" />
<package id="NETStandard.Library.NETFramework" version="2.0.0-preview2-25405-01" targetFramework="net461" />
<package id="NHunspell.Patched" version="1.2.5554" exclude="Build,Analyzers" />
<package id="NUnit" version="3.13.3" targetFramework="net45" />
<package id="NUnit.ConsoleRunner" version="3.12.0" targetFramework="net40" />
Expand All @@ -40,52 +39,53 @@
<package id="protobuf-net" version="2.4.6" exclude="Build,Analyzers" />
<package id="Sandwych.QuickGraph.Core" version="1.0.0" />
<package id="SharpZipLib" version="1.4.0" exclude="Build,Analyzers" />
<package id="SIL.Archiving" version="13.0.0-beta0076" targetFramework="net461" />
<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.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 -->
<package id="SIL.Core.Desktop" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Core.Desktop" version="15.0.0-beta0117" targetFramework="net461" />
<!-- A few SIL.* packages version 8.1.0-beta0035 are dependencies of ParatextData -->
<package id="SIL.Core" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Core" version="8.1.0-beta0035" targetFramework="net461" />
<package id="SIL.Core" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.DesktopAnalytics" version="4.0.0" targetFramework="net461" />
<package id="SIL.FLExBridge.IPCFramework" version="1.1.1-beta0001" targetFramework="net461" />
<package id="SIL.LCModel.Build.Tasks" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel.Core.Tests" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel.Core" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel.FixData" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel.Tests" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel.Tools" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel.Utils.Tests" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel.Utils" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.LCModel" version="11.0.0-beta0104" targetFramework="net461" />
<package id="SIL.Lexicon" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.LCModel.Build.Tasks" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel.Core.Tests" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel.Core" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel.FixData" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel.Tests" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel.Tools" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel.Utils.Tests" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel.Utils" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.LCModel" version="11.0.0-beta0111" targetFramework="net461" />
<package id="SIL.Lexicon" version="15.0.0-beta0117" targetFramework="net462" />
<package id="SIL.libpalaso.l10ns" version="6.0.0" targetFramework="net461" />
<package id="SIL.Lift" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Media" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Lift" version="15.0.0-beta0117" targetFramework="net462" />
<package id="SIL.Media" version="15.0.0-beta0117" targetFramework="net462" />
<package id="SIL.Machine" version="3.4.2" targetFramework="netstandard2.0" />
<package id="SIL.Machine.Morphology.HermitCrab" version="3.4.2" targetFramework="netstandard2.0" />
<package id="SIL.ParatextShared" version="7.4.0.1" targetFramework="net40" /> <!-- REVIEW (Hasso) 2023.05: do we still integrate with PT 7? -->
<package id="SIL.Scripture" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.TestUtilities" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Windows.Forms.GeckoBrowserAdapter" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Windows.Forms.Keyboarding" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Windows.Forms.WritingSystems" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Windows.Forms" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.WritingSystems.Tests" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.WritingSystems" version="13.0.0-beta0076" targetFramework="net461" />
<package id="SIL.Scripture" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.TestUtilities" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.Archiving" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.GeckoBrowserAdapter" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.Keyboarding" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms.WritingSystems" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.Windows.Forms" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.WritingSystems.Tests" version="15.0.0-beta0117" targetFramework="net461" />
<package id="SIL.WritingSystems" version="15.0.0-beta0117" targetFramework="net461" />
<package id="Spart" version="1.0.0" targetFramework="net461" />
<package id="structuremap.patched" version="4.7.3" exclude="Build,Analyzers" />
<package id="System.Resources.Extensions" version="4.6.0" />
<package id="System.Drawing.Common" version="9.0.0" />
<package id="System.Memory" version="4.5.4" />
<package id="System.Net.Http" version="4.3.4" />
<package id="System.Numerics.Vectors" version="4.5.0" />
<package id="System.Resources.Extensions" version="4.6.0" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" />
<package id="System.Net.Http" version="4.3.4" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net461" />
<package id="TagLibSharp" version="2.2.0" targetFramework="net45" />
<package id="Tenuto" version="1.0.0.39" targetFramework="net461" />
<package id="relaxngDatatype" version="1.0.0.39" targetFramework="net461" />
Expand Down
2 changes: 1 addition & 1 deletion Lib/src/Converter/ConvertConsole/ConverterConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ConverterConsole</RootNamespace>
<AssemblyName>ConverterConsole</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down
Loading
Loading