File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.10.0" />
11
11
</ItemGroup >
12
12
13
+ <!--
14
+ Due to conflicts between Visual Studio/MSBuild and the .NET CLI (w.r.t transient dependencies),
15
+ supporting the source generator is accomplished with different package sets.
16
+
17
+ The source generator fundamentally only needs System.Text.Json - the rest are transient dependency baggage.
18
+
19
+ Introduced via https://github.com/RehanSaeed/Schema.NET/pull/301 (see also https://github.com/RehanSaeed/Schema.NET/issues/265)
20
+ .NET SDK issue with related transient dependency discussion https://github.com/dotnet/sdk/issues/17775
21
+ -->
13
22
<ItemGroup Condition =" '$(BuildingInsideVisualStudio)' == 'true'" >
14
23
<PackageReference Include =" System.Text.Json" Version =" 6.0.0-preview.5.21301.5" GeneratePathProperty =" true" PrivateAssets =" all" />
15
24
<PackageReference Include =" System.Text.Encodings.Web" Version =" 6.0.0-preview.5.21301.5" GeneratePathProperty =" true" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments