-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from hypar-io/increment-elements-versions
bump elemnts (#95)
- Loading branch information
Showing
20 changed files
with
220 additions
and
226 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
LayoutFunctions/ClassroomLayout/dependencies/ClassroomLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
</Project> |
22 changes: 11 additions & 11 deletions
22
LayoutFunctions/CustomLayout/dependencies/CustomSpaceType.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.24" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.25" /> | ||
</ItemGroup> | ||
|
||
</Project> |
14 changes: 7 additions & 7 deletions
14
LayoutFunctions/DataHall/dependencies/DataHallLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
</Project> |
22 changes: 11 additions & 11 deletions
22
LayoutFunctions/Doors/dependencies/Doors.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> | ||
</PropertyGroup> | ||
|
||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
|
||
</Project> |
16 changes: 8 additions & 8 deletions
16
LayoutFunctions/InteriorPartitions/dependencies/InteriorPartitions.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
</Project> |
42 changes: 21 additions & 21 deletions
42
LayoutFunctions/LayoutFunctionCommon/LayoutFunctionCommon.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<Title>Hypar Space Layout Utilities</Title> | ||
<PackageDescription>A set of convenience utilities for creating space layout functions for use | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<Title>Hypar Space Layout Utilities</Title> | ||
<PackageDescription>A set of convenience utilities for creating space layout functions for use | ||
with Hypar's Space Planning capabilities.</PackageDescription> | ||
<PackageId>Hypar.Space.LayoutFunctionCommon</PackageId> | ||
<PackageProjectUrl> | ||
<PackageId>Hypar.Space.LayoutFunctionCommon</PackageId> | ||
<PackageProjectUrl> | ||
https://github.com/hypar-io/HyparSpace/tree/master/LayoutFunctions/LayoutFunctionCommon</PackageProjectUrl> | ||
<Version>2.0.0</Version> | ||
<Authors>Andrew Heumann</Authors> | ||
<Company>Hypar</Company> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/> | ||
<PackageReference Include="Elements.LargestInteriorRectangle" Version="2.0.0" /> | ||
</ItemGroup> | ||
<Version>2.0.0</Version> | ||
<Authors>Andrew Heumann</Authors> | ||
<Company>Hypar</Company> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/> | ||
<PackageReference Include="Elements.LargestInteriorRectangle" Version="2.0.0" /> | ||
</ItemGroup> | ||
</Project> |
22 changes: 11 additions & 11 deletions
22
LayoutFunctions/LoungeLayout/dependencies/LoungeLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<!-- <ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<!-- <ItemGroup> | ||
<ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> | ||
</ItemGroup> --> | ||
</Project> |
24 changes: 12 additions & 12 deletions
24
LayoutFunctions/MeetingRoomLayout/dependencies/MeetingRoomLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
<!-- <ProjectReference Include="..\..\..\..\Elements\Elements\src\Elements.csproj" /> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
<!-- <ProjectReference Include="..\..\..\..\Elements\Elements\src\Elements.csproj" /> | ||
<ProjectReference Include="..\..\..\..\Hypar\Hypar.Functions\src\Hypar.Functions.csproj" /> --> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
</Project> |
22 changes: 11 additions & 11 deletions
22
LayoutFunctions/OpenCollabLayout/dependencies/OpenCollaborationLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
</Project> |
38 changes: 16 additions & 22 deletions
38
LayoutFunctions/OpenOfficeLayout/dependencies/OpenOfficeLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<!-- <ItemGroup> | ||
<Compile Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/SpaceBoundary.cs" | ||
/> | ||
<Compile | ||
Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/ProgramRequirement.g.cs" | ||
/> | ||
<Compile | ||
Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/ProgramRequirementCountType.g.cs" | ||
/> | ||
<Compile | ||
Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/ProgramRequirement.cs" /> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<!-- <ItemGroup> | ||
<Compile Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/SpaceBoundary.cs" /> | ||
<Compile Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/ProgramRequirement.g.cs" /> | ||
<Compile Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/ProgramRequirementCountType.g.cs" /> | ||
<Compile Include="../../../ZonePlanningFunctions/SpacePlanningZones/dependencies/ProgramRequirement.cs" /> | ||
</ItemGroup> --> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
</Project> |
22 changes: 11 additions & 11 deletions
22
LayoutFunctions/PantryLayout/dependencies/PantryLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
</Project> |
24 changes: 12 additions & 12 deletions
24
LayoutFunctions/PhoneBoothLayout/dependencies/PhoneBoothLayout.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.24" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.25" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" /> --> | ||
<ProjectReference Include="..\..\LayoutFunctionCommon\LayoutFunctionCommon.csproj" /> | ||
</ItemGroup> | ||
</Project> |
18 changes: 9 additions & 9 deletions
18
LayoutFunctions/PlantEntourage/dependencies/PlantEntourage.Dependencies.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.25" /> | ||
<PackageReference Include="Hypar.Functions" Version="1.11.0-alpha.13" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.