Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade React.Router to ASP.NET Core 2.0 #461

Merged
merged 2 commits into from
Nov 8, 2017
Merged

Upgrade React.Router to ASP.NET Core 2.0 #461

merged 2 commits into from
Nov 8, 2017

Conversation

Daniel15
Copy link
Member

@Daniel15 Daniel15 commented Nov 4, 2017

Upgrades React.Router to ASP.NET 2.0.

Also splits ASP.NET MVC 4 support out into a separate React.Router.Mvc4 project. This is required as you can use both ASP.NET Core and "classic" ASP.NET from .NET Framework, so simply discriminating based on framework version is not sufficient, and it actually needs to be two separate packages.

cc @dustinsoftware

</PropertyGroup>

<ItemGroup>
<Compile Include="..\React.Router\*.cs" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to fix the indentation in this file.

@dustinsoftware
Copy link
Member

dustinsoftware commented Nov 4, 2017 via email

@Daniel15 Daniel15 merged commit 98ce62e into master Nov 8, 2017
@Daniel15 Daniel15 deleted the router-up branch November 8, 2017 05:34
@Daniel15
Copy link
Member Author

Daniel15 commented Nov 8, 2017

Unfortunately I don't have time to put a sample together :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants