Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FIT-Connect-SDK - .NET
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
FIT-Connect-SDK - .NET
Commits
b9ea39db
Commit
b9ea39db
authored
2 years ago
by
Klaus Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Solution for arm M1 system added to readme
parent
44bdf300
No related branches found
No related tags found
1 merge request
!9
.NET-SDK: SET-Empfang inkl. Signaturprüfung - Ticket 562
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.idea/.idea.FitConnect/.idea/.name
+0
-1
0 additions, 1 deletion
.idea/.idea.FitConnect/.idea/.name
DemoRunner/DemoRunner.csproj
+6
-6
6 additions, 6 deletions
DemoRunner/DemoRunner.csproj
Documentation/documentation.de-DE.md
+9
-0
9 additions, 0 deletions
Documentation/documentation.de-DE.md
with
15 additions
and
7 deletions
.idea/.idea.FitConnect/.idea/.name
deleted
100644 → 0
+
0
−
1
View file @
44bdf300
FitConnect
\ No newline at end of file
This diff is collapsed.
Click to expand it.
DemoRunner/DemoRunner.csproj
+
6
−
6
View file @
b9ea39db
...
@@ -10,11 +10,11 @@
...
@@ -10,11 +10,11 @@
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="FitConnect" Version="0.0.1-beta.2"/>
<PackageReference Include="FitConnect" Version="0.0.1-beta.2"
/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0"
/>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0"
/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0"
/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FitConnect\FitConnect.csproj"/>
<ProjectReference Include="..\FitConnect\FitConnect.csproj"
/>
</ItemGroup>
</ItemGroup>
</Project>
</Project>
This diff is collapsed.
Click to expand it.
Documentation/documentation.de-DE.md
+
9
−
0
View file @
b9ea39db
...
@@ -8,6 +8,15 @@ Das FIT-Connect .NET SDK bietet eine einfache Möglichkeit, sowohl einen Antrags
...
@@ -8,6 +8,15 @@ Das FIT-Connect .NET SDK bietet eine einfache Möglichkeit, sowohl einen Antrags
### OSX
### OSX
__Anmerkung:__
Bei einem Mac mit einem M1 chip, muss brew in der _x86-64_-Version installiert werden.
_Die Version x86_
64 kann parallel zur arm64 Version installiert werden._
```
sh
arch
-x86_64
/bin/bash
-c
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
)
"
```
Auf OSX wird das SDK nur dann unterstützt, wenn OpenSSL auf dem System installiert ist.
Auf OSX wird das SDK nur dann unterstützt, wenn OpenSSL auf dem System installiert ist.
```
sh
```
sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment