Skip to content

Commit

Permalink
add target framework in nuprojs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashagarwal23 committed Nov 16, 2023
1 parent d704a27 commit 1fd2e5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>This package contains the Actor Framework KVS to RC Migration APIs.</Description>
<Summary>This package contains the Actor Framework KVS to RC Migration APIs.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric Actors</Tags>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>This package provides Windows Communication Foundation (WCF) to be used as the communication mechanism for Service Fabric microservices built using the Actor Framework APIs.</Description>
<Summary>This package provides Windows Communication Foundation (WCF) to be used as the communication mechanism for Service Fabric microservices built using the Actor Framework APIs.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric Actors</Tags>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>This package contains the common Actor Framework APIs for building and connecting to reliable services on Microsoft Service Fabric.</Description>
<Summary>This package contains the common Actor Framework APIs for building and connecting to reliable services on Microsoft Service Fabric.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric Actors</Tags>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>This package contains Service Framework Remoting APIs for building and connecting to reliable services on Microsoft Service Fabric.</Description>
<Summary>This package contains Service Framework Remoting APIs for building and connecting to reliable services on Microsoft Service Fabric.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric</Tags>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>This package provides Windows Communication Foundation (WCF) to be used as the communication mechanism for Service Fabric microservices.</Description>
<Summary>This package provides Windows Communication Foundation (WCF) to be used as the communication mechanism for Service Fabric microservices.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric</Tags>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>This package contains the common Service Framework APIs for building and connecting to reliable services on Microsoft Service Fabric.</Description>
<Summary>This package contains the common Service Framework APIs for building and connecting to reliable services on Microsoft Service Fabric.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric</Tags>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>This package provides Service Fabric Actors and Services libraries for consumption by other Service Fabric repos.</Description>
<Summary>This package provides Service Fabric Actors and Services libraries for consumption by other Service Fabric repos.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric</Tags>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down

0 comments on commit 1fd2e5a

Please sign in to comment.