File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2525 <!-- Workaround for building with dotnet CLI and targeting .NET 3.5: https://github.com/Microsoft/msbuild/issues/1333#issuecomment-296346352 -->
2626 <FrameworkPathOverride Condition =" '$(TargetFramework)' == 'net35'" >C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride >
2727 <NoWarn >CS1701;CS1702;CS1705;CS0618;CS0809</NoWarn >
28-
29- <!-- SourceLink -->
30- <PublishRepositoryUrl >true</PublishRepositoryUrl >
31- <EmbedUntrackedSources >true</EmbedUntrackedSources >
32- <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
3328 </PropertyGroup >
3429
3530 <!-- NuGet references that work for both signed and unsigned -->
3631 <ItemGroup >
3732 <PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
38- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
3933 </ItemGroup >
4034
4135 <!-- Exclude obj folder from default inclusion pattern -->
You can’t perform that action at this time.
0 commit comments