File tree 3 files changed +29
-3
lines changed
3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -178,3 +178,9 @@ class TypeWithPrimaryConstructor(A a, B b)
178
178
}
179
179
180
180
class EmptyType ;
181
+
182
+ class TypeWithAllowsRefStruct < T >
183
+ where T : allows ref struct
184
+ {
185
+ public static T Return ( T value ) => value ;
186
+ }
Original file line number Diff line number Diff line change 16
16
<NuGetPackageId >SourceBrowser</NuGetPackageId >
17
17
<NuSpecFile >$(MSBuildProjectDirectory)\$(NuGetPackageId).nuspec</NuSpecFile >
18
18
<NuGetVersion >1.0.46</NuGetVersion >
19
- <NuGetVersionRoslyn >4.8 .0</NuGetVersionRoslyn >
20
- <NuGetVersionMSBuild >17.5.0 </NuGetVersionMSBuild >
19
+ <NuGetVersionRoslyn >4.12 .0</NuGetVersionRoslyn >
20
+ <NuGetVersionMSBuild >17.12.6 </NuGetVersionMSBuild >
21
21
</PropertyGroup >
22
22
<ItemGroup >
23
23
<NuGetInput Include =" $(MSBuildThisFile)" />
39
39
<PackageReference Include =" ManagedEsent" Version =" 2.0.0" />
40
40
<PackageReference Include =" Microsoft.Build" Version =" $(NuGetVersionMSBuild)" ExcludeAssets =" runtime" />
41
41
<PackageReference Include =" Microsoft.Build.Framework" Version =" $(NuGetVersionMSBuild)" ExcludeAssets =" runtime" />
42
- <PackageReference Include =" Microsoft.Build.Locator" Version =" 1.6.10 " />
42
+ <PackageReference Include =" Microsoft.Build.Locator" Version =" 1.7.8 " />
43
43
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(NuGetVersionMSBuild)" ExcludeAssets =" runtime" />
44
44
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(NuGetVersionMSBuild)" ExcludeAssets =" runtime" />
45
45
<PackageReference Include =" Microsoft.CodeAnalysis" Version =" $(NuGetVersionRoslyn)" />
57
57
<PackageReference Include =" Microsoft.VisualStudio.Language.Intellisense" Version =" 16.10.230" />
58
58
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
59
59
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
60
+ <PackageReference Include =" System.Memory" Version =" 4.6.0" />
60
61
</ItemGroup >
61
62
<ItemGroup >
62
63
<ProjectReference Include =" ..\Common\Common.csproj" />
Original file line number Diff line number Diff line change 8
8
<DisableFXClosureWalk enabled =" true" />
9
9
<appDomainManagerType value =" Microsoft.SourceBrowser.Common.CustomAppDomainManager" />
10
10
<appDomainManagerAssembly value =" Microsoft.SourceBrowser.Common" />
11
+
12
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
13
+ <dependentAssembly >
14
+ <assemblyIdentity name =" System.Memory" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
15
+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.2.0" newVersion =" 4.0.2.0" />
16
+ </dependentAssembly >
17
+ </assemblyBinding >
18
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
19
+ <dependentAssembly >
20
+ <assemblyIdentity name =" System.Numerics.Vectors" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
21
+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.5.0" newVersion =" 4.1.5.0" />
22
+ </dependentAssembly >
23
+ </assemblyBinding >
24
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
25
+ <dependentAssembly >
26
+ <assemblyIdentity name =" System.Text.Json" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
27
+ <bindingRedirect oldVersion =" 0.0.0.0-8.0.0.5" newVersion =" 8.0.0.5" />
28
+ </dependentAssembly >
29
+ </assemblyBinding >
11
30
</runtime >
12
31
</configuration >
You can’t perform that action at this time.
0 commit comments