Skip to content

Commit

Permalink
[Assets] Made DefaultVisualStudioVersion public again
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Dec 20, 2018
1 parent fa0d1d9 commit e6ce005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/assets/Xenko.Core.Assets/PackageSession.cs
Expand Up @@ -404,7 +404,7 @@ public sealed partial class PackageSession : IDisposable, IAssetFinder
/// <summary>
/// The visual studio version property used for newly created project solution files
/// </summary>
internal static readonly Version DefaultVisualStudioVersion = new Version("14.0.23107.0");
public static readonly Version DefaultVisualStudioVersion = new Version("14.0.23107.0");

internal static readonly string SolutionHeader = @"Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
Expand Down

0 comments on commit e6ce005

Please sign in to comment.