File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 4242 <ItemGroup Condition =" '$(TargetFramework)' != 'netstandard2.0' AND '$(TargetFramework)' != 'netcoreapp2.0'" >
4343
4444 </ItemGroup >
45-
45+
4646 <ItemGroup >
4747 <EmbeddedResource Update =" Properties\Resources.resx" >
4848 <Generator >ResXFileCodeGenerator</Generator >
9797 <Compile Remove =" Interceptors\InstanceInterceptors\TransparentProxyInterception\*.cs" />
9898 </ItemGroup >
9999
100+ <!-- Sourcelink -->
101+ <PropertyGroup >
102+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
103+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
104+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
105+ </PropertyGroup >
106+
107+ <ItemGroup >
108+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" >
109+ <PrivateAssets >all</PrivateAssets >
110+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
111+ </PackageReference >
112+ <PackageReference Include =" System.ValueTuple" Version =" 4.5.*" />
113+ </ItemGroup >
114+
100115</Project >
You can’t perform that action at this time.
0 commit comments