Skip to content

Commit

Permalink
Remove net7.0 target from API project.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrcventura committed Jul 25, 2023
1 parent de0e029 commit cb2f019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Agent/NewRelic.Api.Agent/NewRelic.Api.Agent.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;net7.0</TargetFrameworks>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<AssemblyName>NewRelic.Api.Agent</AssemblyName>
<RootNamespace>NewRelic.Api.Agent</RootNamespace>
<Description>New Relic .NET Agent API</Description>
Expand Down
2 changes: 1 addition & 1 deletion tests/Agent/IntegrationTests/Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Reference Include="System.ServiceModel.Web" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'netstandard2.0'">
<ProjectReference Include="..\..\..\..\src\Agent\NewRelic.Api.Agent\NewRelic.Api.Agent.csproj" />
</ItemGroup>

Expand Down

0 comments on commit cb2f019

Please sign in to comment.