Skip to content

Commit

Permalink
Fixes preset names in csproj (microsoft#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored Dec 21, 2023
1 parent 7aa8af0 commit 8a5d752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-proxy/dev-proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<None Update="presets\microsoft-graph-rate-limiting.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="presets\microsoft-365.json">
<None Update="presets\m365.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="presets\microsoft-365-errors.json">
<None Update="presets\m365-responses.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 8a5d752

Please sign in to comment.