Skip to content

Commit

Permalink
Increase to .NET 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Nov 14, 2022
1 parent 734475e commit 9f87555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitTrends.Functions/GitTrends.Functions.csproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<OutputType>Exe</OutputType>
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
@@ -1,5 +1,5 @@
variables:
NET_VERSION: '6.0.x'
NET_VERSION: '7.0.x'
NET_CORE_VERSION: '3.1.x'
PathToSolution: 'GitTrends.sln'
PathToGitTrendsCsproj: 'GitTrends/GitTrends.csproj'
Expand Down

0 comments on commit 9f87555

Please sign in to comment.