-
Notifications
You must be signed in to change notification settings - Fork 167
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
Updated test projects to .netcore 3.1 #2234
Closed
Closed
Changes from 8 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
812113d
Updated test projects to .netcore 3.1
LaPeste 7ddb0ab
Updated changelog
LaPeste f8af4fc
Updated Jenkins file
LaPeste 742ead7
Updated MSBuild.Sdk.Extras
LaPeste c42d194
Reverted MSBuild.Sdk.Extras
LaPeste ae87a4d
Updated Jenkinsfile to fix linux
LaPeste b98d834
Cleaned up
LaPeste 4053d00
Avoid Groovy to interpret the bash code as GString
LaPeste 64fa1ca
Updated changelog
LaPeste f7a8e10
More changes to Jenkinsfile
LaPeste 904186c
More changes to Jenkinsfile - again
LaPeste 289845c
Jenkinsfile - better check for 3.1
LaPeste 8a9e601
Attempt to create custom docker container
LaPeste b9d3e89
Dockerfile renamed
LaPeste afd0c3f
Changed comment on Jenkinsfile
LaPeste 5605370
Remove nodefaultlib workaround that was used for server wrappers (#2241)
nirinchev adcdde2
Merge relevant portions from v10 and bump version to 10.5 (arbitraril…
nirinchev 8fa868c
Enable LTO builds (#2239)
nirinchev c1b193e
Updated test projects to .netcore 3.1
LaPeste 999ee2d
Updated changelog
LaPeste 1a3b796
Updated changelog
LaPeste 9774b02
Strange rebase behaviour needed a fix
LaPeste 76d60e5
Unexplicable strange things happening with rebase needed a fix
LaPeste 2237e13
Revert to "Changed comment on Jenkinsfile" given the huge mess of rebase
LaPeste 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 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 |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
|
||
### Internal | ||
* Using Core 10.3.3. | ||
* Updated to dotnetcore 3.1. | ||
|
||
## 10.0.0-beta.6 (2021-01-25) | ||
|
||
|
This file contains 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 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 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 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
2 changes: 1 addition & 1 deletion
2
Tests/Weaver/RealmFreeAssemblyToProcess/RealmFreeAssemblyToProcess.csproj
This file contains 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,7 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net472;netcoreapp2.0</TargetFrameworks> | ||
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
</Project> |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should say that only test projects were updated and also make a note that we're no longer testing .NET Core 2.0.