File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md
5353 <DocumentationFile >bin\Debug\Microsoft.Graph.xml</DocumentationFile >
5454 <NoWarn >1701;1702;1705;1591</NoWarn >
5555 </PropertyGroup >
56+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net5.0|AnyCPU'" >
57+ <DocumentationFile >bin\Release\Microsoft.Graph.xml</DocumentationFile >
58+ <NoWarn >1701;1702;1705;1591</NoWarn >
59+ </PropertyGroup >
60+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5.0|AnyCPU'" >
61+ <DocumentationFile >bin\Debug\Microsoft.Graph.xml</DocumentationFile >
62+ <NoWarn >1701;1702;1705;1591</NoWarn >
63+ </PropertyGroup >
5664 <!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
5765 <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
5866 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
You can’t perform that action at this time.
0 commit comments