Skip to content

Commit d3636b4

Browse files
Update README.md: .NET 10 and dotnet/android refs (#1423)
- Update .NET version from 7 to 10 (matches DotNetTargetFrameworkVersion in Directory.Build.props) - Update download link from /7.0 to /10.0 - Update [android] reference link from xamarin/xamarin-android to dotnet/android - Update issue filing URL from xamarin/xamarin-android to dotnet/android Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a99db9b commit d3636b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ and [Architecture][architecture] pages.
1919
[jni]: http://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/jniTOC.html
2020
[motivation]: /Documentation/Motivation.md
2121
[architecture]: /Documentation/Architecture.md
22-
[android]: https://github.com/xamarin/xamarin-android
22+
[android]: https://github.com/dotnet/android
2323

2424
## Building
2525

26-
- The `main` branch is configured to build with .NET 7, available [here][net-7].
26+
- The `main` branch is configured to build with .NET 10, available [here][net-10].
2727
- The [`release/6.0.3xx`][net-6] branch is configured to build with .NET 6.
2828

2929
`Java.Interop.sln` must first run some "preparatory" tasks before it can be built:
@@ -38,7 +38,7 @@ Once `Java.Interop.sln` has been prepared, it can be built in Visual Studio 2022
3838
dotnet build
3939
```
4040

41-
[net-7]: https://dotnet.microsoft.com/en-us/download/dotnet/7.0
41+
[net-10]: https://dotnet.microsoft.com/en-us/download/dotnet/10.0
4242
[net-6]: https://github.com/dotnet/java-interop/tree/release/6.0.3xx
4343

4444
Additional build options are documented [here][build-configuration].
@@ -49,7 +49,7 @@ Additional build options are documented [here][build-configuration].
4949

5050
This project welcomes issues and PRs.
5151

52-
- File an issue in [GitHub Issues](https://github.com/xamarin/xamarin-android/issues/new/choose).
52+
- File an issue in [GitHub Issues](https://github.com/dotnet/android/issues/new/choose).
5353
- Discuss development and design on [Discord](https://aka.ms/dotnet-discord). [![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen)](https://aka.ms/dotnet-discord)
5454
- Coding style is outlined in [Coding Guidelines](http://www.mono-project.com/community/contributing/coding-guidelines/).
5555

0 commit comments

Comments
 (0)