Skip to content

Commit

Permalink
Update package versions and supported frameworks for test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Jan 4, 2022
1 parent 3817383 commit 3307ca2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
6 changes: 5 additions & 1 deletion source/TestHelper/TestHelper.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<OutputPath>../../output/$(Configuration)</OutputPath>
<OutputType>Exe</OutputType>
<RootNamespace>Icu.Tests</RootNamespace>
Expand All @@ -10,4 +10,8 @@
<ItemGroup>
<ProjectReference Include="..\icu.net\icu.net.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputPath>../../output/$(Configuration)</OutputPath>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnitLite" Version="3.12.0" />
<PackageReference Include="NUnitLite" Version="3.13.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\icu.net.tests\icu.net.tests.csproj" />
Expand Down
15 changes: 9 additions & 6 deletions source/icu.net.tests/icu.net.tests.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<RootNamespace>Icu.Tests</RootNamespace>
<Configurations>Debug;Release</Configurations>
<OutputPath>../../output/$(Configuration)</OutputPath>
<AssemblyTitle>icu.net.tests</AssemblyTitle>
<Company>SIL</Company>
<Copyright>Copyright © 2018 SIL International</Copyright>
<Copyright>Copyright © 2018-2022 SIL International</Copyright>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<IsPackable>false</IsPackable>
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Icu4c.Win.Full.Lib" Version="62.1.4-beta" />
<PackageReference Include="Icu4c.Win.Min" Version="59.1.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="NUnit.Console" Version="3.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.0" />
<PackageReference Include="NUnit.Console" Version="3.13.0" />
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\icu.net\icu.net.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion source/icu.net/icu.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See full changelog at https://github.com/sillsdev/icu-dotnet/blob/master/CHANGEL
<Compile Remove="SortKey.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.6.6">
<PackageReference Include="GitVersion.MsBuild" Version="5.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 3307ca2

Please sign in to comment.