Skip to content

Commit

Permalink
Implement dual targetting (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Jan 23, 2025
1 parent a68d3b6 commit 5c94081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(LibraryFramework)</TargetFramework>
<TargetFrameworks>$(LibraryFramework);$(NetFramework)</TargetFrameworks>
<Description>Akka.NET coordination module for Microsoft Azure</Description>
<PackageTags>$(AkkaPackageTags);Azure;</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>$(LibraryFramework);$(NetFramework)</TargetFrameworks>
<Description>Akka.NET Service Discovery for Azure-hosted services. Works with App Service, Container Apps, and more.</Description>
<PackageTags>$(AkkaPackageTags);Azure;AppService;Service Discovery;Azure Table Storage</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 5c94081

Please sign in to comment.