-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
net5 #583
net5 #583
Conversation
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="../../src/Sentry/Sentry.csproj" /> | ||
<ProjectReference Include="../Sentry.Testing/Sentry.Testing.csproj" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Condition="$(TargetFramework.StartsWith('netcoreapp'))"> | ||
<PropertyGroup Condition="$(TargetFramework.StartsWith('netcoreapp')) OR $(TargetFramework.StartsWith('net5'))"> |
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.
Check this out: https://twitter.com/Tyrrrz/status/1326274683772280834?s=20
…est-on-net5-stable
Codecov Report
@@ Coverage Diff @@
## main #583 +/- ##
==========================================
+ Coverage 63.20% 63.22% +0.02%
==========================================
Files 181 181
Lines 5139 5137 -2
Branches 882 881 -1
==========================================
Hits 3248 3248
+ Misses 1655 1654 -1
+ Partials 236 235 -1
Continue to review full report at Codecov.
|
No description provided.