Skip to content

Commit

Permalink
ci: Update AwsLamba unit tests to .NET 7.0 (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Jul 10, 2023
1 parent 32f966d commit ec70f4e
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>netcoreapp3.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>NewRelic.Tests.AwsLambda.AwsLambdaOpenTracerTests</RootNamespace>
<AssemblyName>NewRelic.Tests.AwsLambda.AwsLambdaOpenTracerTests</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>NewRelic.Tests.AwsLambda.AwsLambdaWrapperTests</RootNamespace>
<AssemblyName>NewRelic.Tests.AwsLambda.AwsLambdaWrapperTests</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down

0 comments on commit ec70f4e

Please sign in to comment.