-
-
Notifications
You must be signed in to change notification settings - Fork 253
Update apps to .NET 10 RC 1 (#11371) #11372
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
Closed
Closed
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
9b38423
initial
ysmoradi bc7fa27
fix
ysmoradi 7b22569
fix
ysmoradi 7d0cd3c
fix
ysmoradi 1ca0fb0
fix
ysmoradi 8f7e89c
fix
ysmoradi afb39f7
fix
ysmoradi a51e826
fix
ysmoradi e5de412
fix
ysmoradi 5557828
fix
ysmoradi 82ab217
fix
ysmoradi f18b8b1
fix
ysmoradi 1acebd6
fix
ysmoradi 528f346
fix
ysmoradi 25dafc4
fix
ysmoradi 44e66b1
fix
ysmoradi 9d03446
fix
ysmoradi edbe91c
fix
ysmoradi ca2f5fd
fix
ysmoradi 7eeb861
initial
ysmoradi dcd465b
fix
ysmoradi 023aabe
fix
ysmoradi 10dc139
fix
ysmoradi 6449517
fix
ysmoradi 680b12e
fix
ysmoradi 0e1bd9a
fix
ysmoradi 9c55676
fix
ysmoradi c24c62b
fix
ysmoradi 52f63b9
fix
ysmoradi e4480a3
fix
ysmoradi abfb53a
fix
ysmoradi 40902d7
fix
ysmoradi 7c4500c
fix
ysmoradi f94af0d
fix
ysmoradi c498a2c
fix
ysmoradi 7e302d7
fix
ysmoradi 3a0ad22
fix
ysmoradi 5829f8b
fix
ysmoradi e0d4c6f
feat(infra): update bit es2019 to support .NET 10 RC1 #11374 (#11376)
ysmoradi 14953b7
merge
ysmoradi 4df6a39
merge
ysmoradi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,41 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Razor"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<Import Project="../../Bit.Build.props" /> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net9.0</TargetFramework> | ||
<TargetFrameworks>net10.0;net9.0</TargetFrameworks> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="wwwroot.net9\**\*.*"> | ||
<Pack>true</Pack> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<PackagePath>contentFiles\any\net9.0\wwwroot\_framework\%(Filename).es2019%(Extension)</PackagePath> | ||
</Content> | ||
</ItemGroup> | ||
ysmoradi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
<ItemGroup> | ||
<Content Include="wwwroot.net10\**\*.*"> | ||
<Pack>true</Pack> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<PackagePath>contentFiles\any\net10.0\wwwroot\_framework\%(Filename).es2019%(Extension)</PackagePath> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Remove="wwwroot/.gitkeep" /> | ||
<None Include="wwwroot/.gitkeep" /> | ||
<Content Include="..\README.md"> | ||
<Pack>true</Pack> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<PackagePath>contentFiles\any\net10.0\wwwroot\_framework\Bit.BlazorES2019.README.md</PackagePath> | ||
</Content> | ||
<Content Include="..\README.md"> | ||
<Pack>true</Pack> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<PackagePath>contentFiles\any\net9.0\wwwroot\_framework\Bit.BlazorES2019.README.md</PackagePath> | ||
</Content> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> | ||
ysmoradi marked this conversation as resolved.
Show resolved
Hide resolved
|
Empty file.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.