Skip to content

Commit

Permalink
Upgraded to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewout Kramer committed Dec 18, 2018
1 parent 830be32 commit 2cc8273
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Furore.Fhir.ValidationDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Hl7.Fhir.ElementModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>packages\Hl7.Fhir.ElementModel.1.0.0-beta1\lib\net45\Hl7.Fhir.ElementModel.dll</HintPath>
<HintPath>packages\Hl7.Fhir.ElementModel.1.0.0\lib\net45\Hl7.Fhir.ElementModel.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.Serialization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>packages\Hl7.Fhir.Serialization.1.0.0-beta1\lib\net45\Hl7.Fhir.Serialization.dll</HintPath>
<HintPath>packages\Hl7.Fhir.Serialization.1.0.0\lib\net45\Hl7.Fhir.Serialization.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.STU3.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>packages\Hl7.Fhir.STU3.1.0.0-beta1\lib\net45\Hl7.Fhir.STU3.Core.dll</HintPath>
<HintPath>packages\Hl7.Fhir.STU3.1.0.0\lib\net45\Hl7.Fhir.STU3.Core.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.STU3.Specification, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>packages\Hl7.Fhir.Specification.STU3.1.0.0-beta1\lib\net45\Hl7.Fhir.STU3.Specification.dll</HintPath>
<HintPath>packages\Hl7.Fhir.Specification.STU3.1.0.0\lib\net45\Hl7.Fhir.STU3.Specification.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.Support, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>packages\Hl7.Fhir.Support.1.0.0-beta1\lib\net45\Hl7.Fhir.Support.dll</HintPath>
<HintPath>packages\Hl7.Fhir.Support.1.0.0\lib\net45\Hl7.Fhir.Support.dll</HintPath>
</Reference>
<Reference Include="Hl7.FhirPath, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>packages\Hl7.FhirPath.1.0.0-beta1\lib\net45\Hl7.FhirPath.dll</HintPath>
<HintPath>packages\Hl7.FhirPath.1.0.0\lib\net45\Hl7.FhirPath.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-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
14 changes: 7 additions & 7 deletions packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Hl7.Fhir.ElementModel" version="1.0.0-beta1" targetFramework="net45" />
<package id="Hl7.Fhir.Serialization" version="1.0.0-beta1" targetFramework="net45" />
<package id="Hl7.Fhir.Specification.STU3" version="1.0.0-beta1" targetFramework="net45" />
<package id="Hl7.Fhir.STU3" version="1.0.0-beta1" targetFramework="net45" />
<package id="Hl7.Fhir.Support" version="1.0.0-beta1" targetFramework="net45" />
<package id="Hl7.FhirPath" version="1.0.0-beta1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.1-beta1" targetFramework="net45" />
<package id="Hl7.Fhir.ElementModel" version="1.0.0" targetFramework="net45" />
<package id="Hl7.Fhir.Serialization" version="1.0.0" targetFramework="net45" />
<package id="Hl7.Fhir.Specification.STU3" version="1.0.0" targetFramework="net45" />
<package id="Hl7.Fhir.STU3" version="1.0.0" targetFramework="net45" />
<package id="Hl7.Fhir.Support" version="1.0.0" targetFramework="net45" />
<package id="Hl7.FhirPath" version="1.0.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net45" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" />
</packages>

0 comments on commit 2cc8273

Please sign in to comment.