Skip to content

Commit

Permalink
updated packages for UseDictionaryAsState
Browse files Browse the repository at this point in the history
  • Loading branch information
nlehmann committed Jun 13, 2024
1 parent 2822710 commit b18c20f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
30 changes: 21 additions & 9 deletions Developer Samples/UseDictionaryAsState/UseDictionaryAsState.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
Expand All @@ -37,22 +39,25 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="InRule.Common, Version=5.4.0.191, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Common.5.4.0\lib\net461\InRule.Common.dll</HintPath>
<Reference Include="InRule.Common, Version=5.8.1.257, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Common.5.8.1\lib\net472\InRule.Common.dll</HintPath>
</Reference>
<Reference Include="InRule.Repository, Version=5.4.0.191, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Repository.5.4.0\lib\net461\InRule.Repository.dll</HintPath>
<Reference Include="InRule.Repository, Version=5.8.1.257, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Repository.5.8.1\lib\net472\InRule.Repository.dll</HintPath>
</Reference>
<Reference Include="InRule.Repository.XmlSerializers, Version=5.4.0.191, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Repository.5.4.0\lib\net461\InRule.Repository.XmlSerializers.dll</HintPath>
<Reference Include="InRule.Repository.XmlSerializers, Version=5.8.1.257, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Repository.5.8.1\lib\net472\InRule.Repository.XmlSerializers.dll</HintPath>
</Reference>
<Reference Include="InRule.Runtime, Version=5.4.0.191, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Runtime.5.4.0\lib\net461\InRule.Runtime.dll</HintPath>
<Reference Include="InRule.Runtime, Version=5.8.1.257, Culture=neutral, PublicKeyToken=1feb8dd25b1ceb6b, processorArchitecture=MSIL">
<HintPath>packages\InRule.Runtime.5.8.1\lib\net472\InRule.Runtime.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<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>
Expand All @@ -70,6 +75,13 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\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.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
10 changes: 6 additions & 4 deletions Developer Samples/UseDictionaryAsState/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.4.0" targetFramework="net472" />
<package id="InRule.Repository" version="5.4.0" targetFramework="net472" />
<package id="InRule.Runtime" version="5.4.0" targetFramework="net472" />
<package id="InRule.Common" version="5.8.1" targetFramework="net472" />
<package id="InRule.Repository" version="5.8.1" targetFramework="net472" />
<package id="InRule.Runtime" version="5.8.1" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.118.0" targetFramework="net472" />
<package id="System.Data.SQLite.Core" version="1.0.118.0" targetFramework="net472" />
</packages>

0 comments on commit b18c20f

Please sign in to comment.