Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- L10NSharp
- icu.net

Also fix problem that sneaked in during merge of feature/nuget with
master.
  • Loading branch information
ermshiperete committed Mar 4, 2021
1 parent 391d840 commit 085862a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
19 changes: 2 additions & 17 deletions SIL.Windows.Forms.Keyboarding/SIL.Windows.Forms.Keyboarding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELO
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.3.4">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="GitVersionTask" Version="5.3.4" PrivateAssets="All" />
<PackageReference Include="ibusdotnet" Version="2.0.3" />
<PackageReference Include="icu.net" Version="2.7.0-beta.10" />
<PackageReference Include="icu.net" Version="2.7.1" />
<PackageReference Include="L10NSharp" Version="4.1.0-*" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Mono.Posix" Version="5.4.0.201" Condition="'$(OS)' == 'Windows_NT'" />
Expand All @@ -44,19 +42,6 @@ See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELO
</ItemGroup>

<ItemGroup>
<Reference Include="ibusdotnet, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c9ab93f7b23223fb">
<HintPath>..\packages\ibusdotnet.2.0.3\lib\net461\ibusdotnet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="icu.net, Version=2.7.0.0, Culture=neutral, PublicKeyToken=416fdd914afa6b66, processorArchitecture=MSIL">
<HintPath>..\packages\icu.net.2.7.0-beta.10\lib\net451\icu.net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.DotNet.PlatformAbstractions, Version=2.0.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.DotNet.PlatformAbstractions.2.0.4\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.DependencyModel, Version=2.0.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Extensions.DependencyModel.2.0.4\lib\net451\Microsoft.Extensions.DependencyModel.dll</HintPath>
</Reference>
<Reference Include="Keyman10Interop">
<HintPath>..\lib\Keyman10Interop.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion SIL.WritingSystems/SIL.WritingSystems.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELO
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.3.4-*" PrivateAssets="All" />
<PackageReference Include="icu.net" Version="2.7.0-beta.10" />
<PackageReference Include="icu.net" Version="2.7.1" />
<PackageReference Include="Spart" Version="1.0.0" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.7.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Icu4c.Win.Min" Version="56.1.82" />
<PackageReference Include="L10NSharp" Version="4.1.0-beta0036" />
<PackageReference Include="L10NSharp" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 085862a

Please sign in to comment.