Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit af230e2

Browse files
Fix test issues.
1 parent 8a68ce5 commit af230e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ if ($lastexitcode -ne 0) { Write-Error "Build failed!" }
6464
if ($lastexitcode -ne 0) { Write-Error "Pack failed!" }
6565

6666
Set-Variable -name runner -value (GetTestRunner)
67-
& $runner "test\Sentry.EntityFramework.Tests\bin\Release\net462\Sentry.EntityFramework.Tests.dll"
67+
& $runner "test\Sentry.EntityFramework.Tests\bin\Release\net461\Sentry.EntityFramework.Tests.dll"
6868
if ($lastexitcode -ne 0) { Set-Variable -name fail -value true }

samples/Sentry.Samples.AspNet.Mvc/Web.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<add key="ClientValidationEnabled" value="true" />
1818
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
1919
<!-- Sentry DSN, replace this with your own -->
20-
<add key="SentryDsn" value="https://5fd7a6cda8444965bade9ccfd3df9882@sentry.io/1188141" />
20+
<add key="SentryDsn" value="https://80aed643f81249d4bed3e30687b310ab@o447951.ingest.sentry.io/5428537" />
2121
</appSettings>
2222
<!--
2323
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
@@ -91,7 +91,7 @@
9191
</dependentAssembly>
9292
<dependentAssembly>
9393
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
94-
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
94+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
9595
</dependentAssembly>
9696
<dependentAssembly>
9797
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

0 commit comments

Comments
 (0)