Skip to content

Commit

Permalink
Set TargetFrameworkVersion to v4.8.1 in nuprojs
Browse files Browse the repository at this point in the history
  • Loading branch information
gobradovic-MSFT committed Jun 20, 2024
1 parent 9b924f8 commit f2402e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Title>Microsoft.ServiceFabric.Client.Http</Title>
<Description>This package contains the reference assemblies for connecting to Service Fabric cluster over Http and performing operations to create and manage micro-services.</Description>
<Summary>This package contains the reference assemblies for connecting to Service Fabric cluster over Http and performing operations to create and manage micro-services.</Summary>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="$(NuProjPath)\NuProj.props" />
Expand Down
1 change: 1 addition & 0 deletions nuprojs/SF.ClientLib.Internal/SF.ClientLib.Internal.nuproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Summary>This package provides Service Fabric Actors and Services libraries for consumption by other Service Fabric repos.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric</Tags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<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 @@ -9,6 +9,7 @@
<Summary>This package provides Service Fabric Actors and Services libraries for consumption by other Service Fabric repos.</Summary>
<Tags>ServiceFabric Microsoft Azure Fabric</Tags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
</PropertyGroup>

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

0 comments on commit f2402e7

Please sign in to comment.