| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | 
							- <Project>
 
-   <PropertyGroup>
 
-     <Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
 
-     <MinClientVersion>2.12</MinClientVersion>
 
-     <GenerateDocumentationFile>true</GenerateDocumentationFile>
 
-     <Authors>.NET Foundation and Contributors</Authors>
 
-     <PackageIconUrl>https://raw.githubusercontent.com/dotnet/reactive/0f837d11385cfaf575861ccc5a5fbcafb22d888f/Rx.NET/Resources/Artwork/Logo.png</PackageIconUrl>
 
-     <PackageProjectUrl>https://github.com/dotnet/reactive</PackageProjectUrl>
 
-     <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
 
-     <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
 
-     <SignAssembly>true</SignAssembly>
 
-     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)ReactiveX.snk</AssemblyOriginatorKeyFile>
 
-     <NoWarn>$(NoWarn);1701;1702;CS1591;NU5105</NoWarn>
 
-     <DefaultLanguage>en-US</DefaultLanguage>
 
-     <IsTestProject>$(MSBuildProjectName.Contains('Test'))</IsTestProject>
 
-     <DebugType Condition="'$(Configuration)' != 'Debug'">embedded</DebugType>
 
-     <EmbedUntrackedSources>true</EmbedUntrackedSources>
 
-     <PublishRepositoryUrl>true</PublishRepositoryUrl>
 
-     <!-- While in beta, we need to set preview for 8.0 manually (rather than latest). -->
 
-     <LangVersion>preview</LangVersion>
 
-     <Nullable>enable</Nullable>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
 
-     <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.71" PrivateAssets="all" />
 
-   </ItemGroup>
 
-   <ItemGroup Condition="'$(IsTestProject)' == 'true'">
 
-     <PackageReference Include="coverlet.collector" Version="1.2.0" />
 
-   </ItemGroup>
 
-   <Target Name="AddCommitHashToAssemblyAttributes" BeforeTargets="GetAssemblyAttributes">
 
-     <ItemGroup>
 
-       <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition=" '$(SourceRevisionId)' != '' ">
 
-         <_Parameter1>CommitHash</_Parameter1>
 
-         <_Parameter2>$(SourceRevisionId)</_Parameter2>
 
-       </AssemblyAttribute>
 
-     </ItemGroup>
 
-   </Target>
 
- </Project>
 
 
  |