Skip to content

Commit 63aae91

Browse files
Merge branch 'main' into default-errors-urlstowatch
2 parents 2aabf54 + 13ccdf5 commit 63aae91

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Microsoft Open Source Code of Conduct
1+
# Code of Conduct
22

3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
3+
This project has adopted the code of conduct defined by the Contributor Covenant
4+
to clarify expected behavior in our community.
45

5-
Resources:
6-
7-
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8-
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9-
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
6+
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ We highly recommend you browse existing issues first.
1717
We will be opening up to accept code contributions in the future, however at present this project is source open.
1818

1919
> NOTE: When we start accepting community code contributions a signed a contribution license agreement will be required for all contributions and will be checked automatically on new pull requests. You will be asked to read and sign the agreement https://cla.microsoft.com/ after submitting a request to this repository.
20-
21-
## Code of Conduct
22-
23-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

SUPPORT.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Support
2+
3+
## How to file issues and get help
4+
5+
This project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue.
6+
7+
## Microsoft Support Policy
8+
9+
Support for this **PROJECT** is limited to the resources listed above.

dev-proxy-plugins/dev-proxy-plugins.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Private>false</Private>
2626
<ExcludeAssets>runtime</ExcludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.3.0">
28+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.4.0">
2929
<Private>false</Private>
3030
<ExcludeAssets>runtime</ExcludeAssets>
3131
</PackageReference>
@@ -41,7 +41,7 @@
4141
<Private>false</Private>
4242
<ExcludeAssets>runtime</ExcludeAssets>
4343
</PackageReference>
44-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1">
44+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.4.0">
4545
<Private>false</Private>
4646
<ExcludeAssets>runtime</ExcludeAssets>
4747
</PackageReference>

dev-proxy/dev-proxy.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
3636
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.1" />
3737
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
38-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.3.0" />
38+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.4.0" />
3939
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
4040
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.12.19" />
4141
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4242
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
4343
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
44-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
44+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.4.0" />
4545
<PackageReference Include="Unobtanium.Web.Proxy" Version="0.1.5" />
4646
</ItemGroup>
4747

0 commit comments

Comments
 (0)