Skip to content

Commit

Permalink
Merge pull request #15 from InRule/issue/2987-5.7_Release
Browse files Browse the repository at this point in the history
SEAL-2987 : Update to 5.7 release
  • Loading branch information
ehertlein authored Feb 23, 2021
2 parents 19edc1d + c6f65fe commit 4fbe241
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="InRule.Runtime" Version="5.6.0" />
<PackageReference Include="InRule.Runtime" Version="5.7.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.3" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="InRule.Runtime" Version="5.6.0" />
<PackageReference Include="InRule.Runtime" Version="5.7.0" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="dbup-sqlserver" Version="4.2.0" />
<PackageReference Include="InRule.Runtime" Version="5.6.0" />
<PackageReference Include="InRule.Runtime" Version="5.7.0" />
<PackageReference Include="LibLog" Version="5.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -32,24 +34,27 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="InRule.Common, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Common.5.6.0\lib\net472\InRule.Common.dll</HintPath>
<Reference Include="InRule.Common, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Common.5.7.0\lib\net472\InRule.Common.dll</HintPath>
</Reference>
<Reference Include="InRule.Repository, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.dll</HintPath>
<Reference Include="InRule.Repository, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.dll</HintPath>
</Reference>
<Reference Include="InRule.Repository.XmlSerializers, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.XmlSerializers.dll</HintPath>
<Reference Include="InRule.Repository.XmlSerializers, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.XmlSerializers.dll</HintPath>
</Reference>
<Reference Include="InRule.Runtime, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Runtime.5.6.0\lib\net472\InRule.Runtime.dll</HintPath>
<Reference Include="InRule.Runtime, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Runtime.5.7.0\lib\net472\InRule.Runtime.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net46\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
Expand All @@ -69,4 +74,11 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
</Target>
</Project>
8 changes: 5 additions & 3 deletions Samples/InRule.Runtime.Metrics.Csv/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="InRule.Common" version="5.6.0" targetFramework="net472" />
<package id="InRule.Repository" version="5.6.0" targetFramework="net472" />
<package id="InRule.Runtime" version="5.6.0" targetFramework="net472" />
<package id="InRule.Common" version="5.7.0" targetFramework="net472" />
<package id="InRule.Repository" version="5.7.0" targetFramework="net472" />
<package id="InRule.Runtime" version="5.7.0" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.113.3" targetFramework="net472" />
<package id="System.Data.SQLite.Core" version="1.0.113.7" targetFramework="net472" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -36,24 +38,27 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="InRule.Common, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Common.5.6.0\lib\net472\InRule.Common.dll</HintPath>
<Reference Include="InRule.Common, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Common.5.7.0\lib\net472\InRule.Common.dll</HintPath>
</Reference>
<Reference Include="InRule.Repository, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.dll</HintPath>
<Reference Include="InRule.Repository, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.dll</HintPath>
</Reference>
<Reference Include="InRule.Repository.XmlSerializers, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.XmlSerializers.dll</HintPath>
<Reference Include="InRule.Repository.XmlSerializers, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.XmlSerializers.dll</HintPath>
</Reference>
<Reference Include="InRule.Runtime, Version=5.6.0.232, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Runtime.5.6.0\lib\net472\InRule.Runtime.dll</HintPath>
<Reference Include="InRule.Runtime, Version=5.7.0.235, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>..\packages\InRule.Runtime.5.7.0\lib\net472\InRule.Runtime.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net46\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -124,4 +129,11 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
</Target>
</Project>
8 changes: 5 additions & 3 deletions Samples/InRule.Runtime.Metrics.TestHarness/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="InRule.Common" version="5.6.0" targetFramework="net472" />
<package id="InRule.Repository" version="5.6.0" targetFramework="net472" />
<package id="InRule.Runtime" version="5.6.0" targetFramework="net472" />
<package id="InRule.Common" version="5.7.0" targetFramework="net472" />
<package id="InRule.Repository" version="5.7.0" targetFramework="net472" />
<package id="InRule.Runtime" version="5.7.0" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.113.3" targetFramework="net472" />
<package id="System.Data.SQLite.Core" version="1.0.113.7" targetFramework="net472" />
</packages>

0 comments on commit 4fbe241

Please sign in to comment.