Skip to content

Commit

Permalink
updated the dotnet versions (#3239)
Browse files Browse the repository at this point in the history
Co-authored-by: Mallika Chennupaty <[email protected]>
  • Loading branch information
mdchennu and Mallika Chennupaty authored Feb 11, 2025
1 parent 9bd5211 commit 56a4349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/app-provisioning-tool/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../../'))" /> -->
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net9.0</TargetFrameworks>
<Version>1.1.1</Version>
<Nullable>enable</Nullable>
<SignAssembly>true</SignAssembly>
Expand Down
4 changes: 2 additions & 2 deletions tools/app-provisioning-tool/tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net9.0</TargetFrameworks>

<IsPackable>false</IsPackable>

Expand Down

0 comments on commit 56a4349

Please sign in to comment.