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

chore: Added override to build locally with 2022 #1292

Merged
merged 1 commit into from
Apr 25, 2023
Merged

Conversation

bitsandfoxes
Copy link
Contributor

From testing this locally it worked fine until I tried building with 2022.

error CS1705: Assembly 'UnityEngine' with identity 'UnityEngine, uses 'netstandard, Version=2.1.0.0", 
which has a higher version than referenced assembly 'netstandard' 
with identity 'netstandard, Version=2.0.0.0' [/Users/bitfox/Workspace/sentry-unity/src/Sentry.Unity/Sentry.Unity.csproj]

#skip-changelog

@mattjohnsonpint
Copy link
Contributor

We'll want a .NET Standard 2.1 version of Sentry to be used as well. Adding this in getsentry/sentry-dotnet#2328. Not sure if there's any additional work to ensure it's used for Unity 2022 or not.

@mattjohnsonpint
Copy link
Contributor

... probably not, since it's just a ProjectReference

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.

3 participants