Skip to content

Commit

Permalink
User/ejohn/net test (#3937)
Browse files Browse the repository at this point in the history
* Test fix for .net break

* Test fix for .net break
  • Loading branch information
EricJohnson327 authored Oct 10, 2024
1 parent 8a43c92 commit 5ab6285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PlatformTarget>$(Platform)</PlatformTarget>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
<Configurations>Debug;Release;Debug_FailFast</Configurations>
<WindowsSdkPackageVersion>10.0.22621.34</WindowsSdkPackageVersion>
</PropertyGroup>

<!--
Expand Down
1 change: 1 addition & 0 deletions extensionsdk/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Recommended</AnalysisMode>
<PlatformTarget>$(Platform)</PlatformTarget>
<WindowsSdkPackageVersion>10.0.19041.34</WindowsSdkPackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5ab6285

Please sign in to comment.