Skip to content

Instantly share code, notes, and snippets.

@chris-brown
Last active May 23, 2018 15:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chris-brown/b47ea61ef2c93af50bee to your computer and use it in GitHub Desktop.
Save chris-brown/b47ea61ef2c93af50bee to your computer and use it in GitHub Desktop.
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/CSharpLanguageProject/LanguageLevel/@EntryValue">CSharp50</s:String>
</wpf:ResourceDictionary>
@chris-brown
Copy link
Author

The following resharper .dotsettings file is used to target C#5. I used this when using VS2015 as by default it targets C#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment