Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,6 @@ UpgradeLog*.htm
FakesAssemblies/
/project.lock.json
/.svn

# Visual Studio cache/options directory
.vs/
33 changes: 17 additions & 16 deletions Microsoft.Exchange.WebServices.NETStandard.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
Expand All @@ -26,7 +26,7 @@ restored ldap autodiscover functionality
merged changes from official Microsoft repository
added cancellation token for most of methods
</PackageReleaseNotes>
<Version>2.0.0-beta2</Version>
<Version>2.0.0-beta4</Version>
<PackageLicenseFile>license.txt</PackageLicenseFile>
</PropertyGroup>

Expand All @@ -35,28 +35,29 @@ added cancellation token for most of methods
<Reference Include="System.Security" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Security.Cryptography.Xml">
<Version>4.7.0</Version>
<Version>4.7.1</Version>
</PackageReference>
</ItemGroup>

</ItemGroup>
<ItemGroup>
<Compile Remove="Credentials\BasicAuthModuleForUTF8.cs" />
</ItemGroup>

</ItemGroup>
<ItemGroup>
<PackageReference Include="System.DirectoryServices" Version="4.7.0" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
</ItemGroup>

<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<None Include="license.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
</ItemGroup>
</Project>