-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c66895
commit d00e400
Showing
3 changed files
with
54 additions
and
58 deletions.
There are no files selected for viewing
26 changes: 13 additions & 13 deletions
26
...bat.Incub8Vortex.Client.Abstractions/CodingWombat.Incub8Vortex.Client.Abstractions.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>netcoreapp3.1</TargetFramework> | ||
<Authors>Thomas Budde</Authors> | ||
<Description>Abstraction layer for the unoffical event client to integrate the https://vortex.incub8.de/ data warehouse.</Description> | ||
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl> | ||
<RepositoryType>GIT</RepositoryType> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
</Project> | ||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<Authors>Thomas Budde</Authors> | ||
<Description>Abstraction layer for the unoffical event client to integrate the https://vortex.incub8.de/ data warehouse.</Description> | ||
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl> | ||
<RepositoryType>GIT</RepositoryType> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.1-snapshot | ||
</Version> | ||
</PropertyGroup> | ||
</Project> |
44 changes: 21 additions & 23 deletions
44
CodingWombat.Incub8Vortex.Client/CodingWombat.Incub8Vortex.Client.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,24 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Authors>Thomas Budde</Authors> | ||
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description> | ||
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client.Abstractions\CodingWombat.Incub8Vortex.Client.Abstractions.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.6" /> | ||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" /> | ||
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Authors>Thomas Budde</Authors> | ||
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description> | ||
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<Version>0.0.0.1-snapshot | ||
</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client.Abstractions\CodingWombat.Incub8Vortex.Client.Abstractions.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.6" /> | ||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" /> | ||
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" /> | ||
</ItemGroup> | ||
</Project> |
42 changes: 20 additions & 22 deletions
42
CodingWombat.Incub8Vortex.ClientExtensions/CodingWombat.Incub8Vortex.ClientExtensions.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,23 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<Authors>Thomas Budde</Authors> | ||
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description> | ||
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.6" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.6" /> | ||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client\CodingWombat.Incub8Vortex.Client.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<Authors>Thomas Budde</Authors> | ||
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description> | ||
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>0.0.0.1-snapshot | ||
</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.6" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.6" /> | ||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client\CodingWombat.Incub8Vortex.Client.csproj" /> | ||
</ItemGroup> | ||
</Project> |