summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-07-03 12:27:17 +0200
committerivarlovlie <git@ivarlovlie.no>2022-07-03 12:27:17 +0200
commitba80d7e34ef739b2db00e6087fde92eae5c40e11 (patch)
tree73f03003e0e2bdfdf7e3a959c1a3fdfc229ed31f
parent37ed2d042e5aaeb3863d42b14674d24df24dc9cd (diff)
downloadgreatoffice-ba80d7e34ef739b2db00e6087fde92eae5c40e11.tar.xz
greatoffice-ba80d7e34ef739b2db00e6087fde92eae5c40e11.zip
refactor: Remove runtime identifier to enable non linux development
-rw-r--r--server/src/IOL.GreatOffice.Api.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/IOL.GreatOffice.Api.csproj b/server/src/IOL.GreatOffice.Api.csproj
index dde3aaa..4ba9db3 100644
--- a/server/src/IOL.GreatOffice.Api.csproj
+++ b/server/src/IOL.GreatOffice.Api.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<UserSecretsId>ed5ff3e5-46e2-4d7e-8272-7081f5abfee4</UserSecretsId>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ImplicitUsings>true</ImplicitUsings>