Skip to content

Commit 4d39856

Browse files
committed
Some build fixes when cross compiling
1 parent 3c93227 commit 4d39856

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ImmutableObjectGraph.Generation/ImmutableObjectGraph.Generation.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>MSBuild-based code generator to transform simple mutable type definitions into fully functional immutable types with persistent characteristics.</Description>
66

7+
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
78
<IncludeBuildOutput>false</IncludeBuildOutput>
89
<GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn>
910
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>

src/NuGet.Config

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</config>
66
<packageSources>
77
<clear />
8-
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
8+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
99
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" protocolVersion="3" />
1010
</packageSources>
1111
</configuration>

0 commit comments

Comments
 (0)